res://addons/w4gd/matchmaker/webrtc_manager.gd:Session
Inherits: RefCounted
Used internally by res://addons/w4gd/matchmaker/webrtc_manager.gd to track WebRTC sessions.
Properties
Array |
|
Array |
|
bool |
|
WebRTCPeerConnection |
|
int |
|
String |
|
String |
Methods
void |
receive_candidate_queued ( String p_media, int p_index, String p_name ) |
void |
send_candidate_queued ( String p_media, int p_index, String p_name ) |
Property Descriptions
Array candidate_receive_queue
There is currently no description for this property.
Array candidate_send_queue
There is currently no description for this property.
bool is_source
There is currently no description for this property.
WebRTCPeerConnection peer
There is currently no description for this property.
int peer_id
There is currently no description for this property.
String player_id
There is currently no description for this property.
String session_id
There is currently no description for this property.
Method Descriptions
void receive_candidate_queued ( String p_media, int p_index, String p_name )
There is currently no description for this method.
void send_candidate_queued ( String p_media, int p_index, String p_name )
There is currently no description for this method.