Fork me on GitHub
Loading...
Searching...
No Matches
Files
Lua plugin API

Lua plugin (aka, how to write your own plugin in Lua) More...

Collaboration diagram for Lua plugin API:

Files

file  janus_lua.c
 Janus Lua plugin.
 
file  janus_lua_data.h
 Janus Lua data/session definition (headers)
 
file  janus_lua_extra.c
 Janus Lua plugin extra hooks.
 
file  janus_lua_extra.h
 Janus Lua plugin extra hooks (headers)
 

Detailed Description

Lua plugin (aka, how to write your own plugin in Lua)

The Janus Lua plugin allows you to write your application logic in Lua, instead of creating a new plugin in C: check the documentation in janus_lua.c for info on the APIs. Some additional hooks in C may be required, which is what the janus_lua_data.h and janus_lua_extra.c code is for.