Fork me on GitHub
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
janus_trickle Struct Reference

Helper to handle pending trickle candidates (e.g., when we're still waiting for an offer) More...

#include <ice.h>

Collaboration diagram for janus_trickle:
Collaboration graph
[legend]

Data Fields

janus_handlehandle
 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_tcandidate
 JSON object of the trickle candidate(s) More...
 

Detailed Description

Helper to handle pending trickle candidates (e.g., when we're still waiting for an offer)

Field Documentation

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.


The documentation for this struct was generated from the following file: