|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Data Fields | |
| int | rtc_id |
| libdatachannel peer connection ID | |
| webrtc_config_t | config |
| Configuration with callbacks. | |
| webrtc_state_t | state |
| Current connection state. | |
| webrtc_data_channel_t * | dc |
| Primary data channel (if created/received) | |
Definition at line 25 of file lib/network/webrtc/webrtc.c.
| webrtc_config_t webrtc_peer_connection::config |
Configuration with callbacks.
Definition at line 27 of file lib/network/webrtc/webrtc.c.
Referenced by webrtc_create_peer_connection(), and webrtc_get_user_data().
| webrtc_data_channel_t* webrtc_peer_connection::dc |
Primary data channel (if created/received)
Definition at line 29 of file lib/network/webrtc/webrtc.c.
Referenced by webrtc_close_peer_connection(), webrtc_create_datachannel(), and webrtc_create_peer_connection().
| int webrtc_peer_connection::rtc_id |
libdatachannel peer connection ID
Definition at line 26 of file lib/network/webrtc/webrtc.c.
Referenced by webrtc_add_remote_candidate(), webrtc_close_peer_connection(), webrtc_create_datachannel(), webrtc_create_offer(), webrtc_create_peer_connection(), webrtc_peer_connection_close(), webrtc_peer_connection_destroy(), and webrtc_set_remote_description().
| webrtc_state_t webrtc_peer_connection::state |
Current connection state.
Definition at line 28 of file lib/network/webrtc/webrtc.c.
Referenced by webrtc_create_peer_connection(), and webrtc_get_state().