Janus plugin result. More...
#include <plugin.h>
Data Fields | |
janus_plugin_result_type | type |
Result type. More... | |
const char * | text |
Text associated with this plugin result. More... | |
json_t * | content |
Result content. More... | |
Janus plugin result.
json_t* janus_plugin_result::content |
Result content.
json_incref
the object before passing it to the core, and json_decref
it when you're done with it. const char* janus_plugin_result::text |
Text associated with this plugin result.
janus_plugin_result_type janus_plugin_result::type |
Result type.