Gateway-Client session. More...
#include <janus.h>
Data Fields | |
guint64 | session_id |
Janus Gateway-Client session ID. More... | |
GHashTable * | ice_handles |
Map of handles this session is managing. More... | |
gint64 | last_activity |
Time of the last activity on the session. More... | |
janus_request * | source |
Pointer to the request instance (and the transport that originated the session) More... | |
gint | destroy:1 |
Flag to trigger a lazy session destruction. More... | |
gint | timeout:1 |
Flag to notify there's been a session timeout. More... | |
janus_mutex | mutex |
Mutex to lock/unlock this session. More... | |
Gateway-Client session.
gint janus_session::destroy |
Flag to trigger a lazy session destruction.
GHashTable* janus_session::ice_handles |
Map of handles this session is managing.
gint64 janus_session::last_activity |
Time of the last activity on the session.
janus_mutex janus_session::mutex |
Mutex to lock/unlock this session.
guint64 janus_session::session_id |
Janus Gateway-Client session ID.
janus_request* janus_session::source |
Pointer to the request instance (and the transport that originated the session)
gint janus_session::timeout |
Flag to notify there's been a session timeout.