
Data Fields | |
| struct janus_videoroom * | room |
| guint | id |
| GThread * | thread |
| int | num_subscribers |
| GHashTable * | subscribers |
| GAsyncQueue * | queued_packets |
| volatile gint | destroyed |
| janus_mutex | mutex |
| janus_refcount | ref |
| volatile gint janus_videoroom_helper::destroyed |
| guint janus_videoroom_helper::id |
| janus_mutex janus_videoroom_helper::mutex |
| int janus_videoroom_helper::num_subscribers |
| GAsyncQueue* janus_videoroom_helper::queued_packets |
| janus_refcount janus_videoroom_helper::ref |
| struct janus_videoroom* janus_videoroom_helper::room |
| GHashTable* janus_videoroom_helper::subscribers |
| GThread* janus_videoroom_helper::thread |