|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Data Fields | |
| int | rtc_id |
| libdatachannel data channel ID | |
| webrtc_peer_connection_t * | pc |
| Parent peer connection. | |
| bool | is_open |
| Channel open state. | |
Definition at line 32 of file lib/network/webrtc/webrtc.c.
| bool webrtc_data_channel::is_open |
Channel open state.
Definition at line 35 of file lib/network/webrtc/webrtc.c.
Referenced by webrtc_create_datachannel(), webrtc_datachannel_is_open(), and webrtc_datachannel_send().
| webrtc_peer_connection_t* webrtc_data_channel::pc |
Parent peer connection.
Definition at line 34 of file lib/network/webrtc/webrtc.c.
Referenced by webrtc_create_datachannel().
| int webrtc_data_channel::rtc_id |
libdatachannel data channel ID
Definition at line 33 of file lib/network/webrtc/webrtc.c.
Referenced by webrtc_close_datachannel(), webrtc_create_datachannel(), webrtc_datachannel_get_label(), webrtc_datachannel_send(), and webrtc_datachannel_set_callbacks().