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

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_tdc
 Primary data channel (if created/received)
 

Detailed Description

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

Field Documentation

◆ config

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

◆ dc

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

◆ rtc_id

◆ state

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


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