Module web_rtc_peer_connection
Expand description
Sidecar module for class WebRtcPeerConnection
.
Defines related flag and enum types. In GDScript, those are nested under the class scope.
Structs§
- Connection
State - ExCreate
Data Channel - Default-param extender for
WebRtcPeerConnection::create_data_channel_ex
. - ExInitialize
- Default-param extender for
WebRtcPeerConnection::initialize_ex
. - Gathering
State - SigData
Channel Received - SigIce
Candidate Created - SigSession
Description Created - Signaling
State - Signals
InWeb RtcPeer Connection - A collection of signals for the
WebRtcPeerConnection
class.