ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
webrtc_data_channel Struct Reference

Data Fields

int rtc_id
 libdatachannel data channel ID
 
webrtc_peer_connection_tpc
 Parent peer connection.
 
bool is_open
 Channel open state.
 

Detailed Description

Definition at line 32 of file lib/network/webrtc/webrtc.c.

Field Documentation

◆ is_open

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().

◆ pc

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().

◆ rtc_id

int webrtc_data_channel::rtc_id

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