Helper to handle pending trickle candidates (e.g., when we're still waiting for an offer) More...
#include <ice.h>
Data Fields | |
janus_handle * | handle |
Janus handle this trickle candidate belongs to. More... | |
gint64 | received |
Monotonic time of when this trickle candidate has been received. More... | |
char * | transaction |
Janus API transaction ID of the original trickle request. More... | |
json_t * | candidate |
JSON object of the trickle candidate(s) More... | |
Helper to handle pending trickle candidates (e.g., when we're still waiting for an offer)
json_t* janus_trickle::candidate |
JSON object of the trickle candidate(s)
janus_handle* janus_trickle::handle |
Janus handle this trickle candidate belongs to.
gint64 janus_trickle::received |
Monotonic time of when this trickle candidate has been received.
char* janus_trickle::transaction |
Janus API transaction ID of the original trickle request.