Janus plugin data message. More...
#include <plugin.h>
Data Fields | |
char * | label |
The label this message belongs to. | |
char * | protocol |
The subprotocol this message refers to. | |
gboolean | binary |
Whether the message data is text (default=FALSE) or binary. | |
char * | buffer |
The message data. | |
uint16_t | length |
The message length. | |
Janus plugin data message.
gboolean janus_plugin_data::binary |
Whether the message data is text (default=FALSE) or binary.
char* janus_plugin_data::buffer |
The message data.
char* janus_plugin_data::label |
The label this message belongs to.
uint16_t janus_plugin_data::length |
The message length.
char* janus_plugin_data::protocol |
The subprotocol this message refers to.