JamWebRTCHelper
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
Methods
void |
_init ( ) |
void |
stop ( ) |
_add_webrtc_peer ( int id ) |
|
void |
_new_ice_candidate ( String mid_name, int index_name, String sdp_name, int id ) |
void |
_offer_created ( String type, String data, int id ) |
void |
_connected ( int pid, Dictionary pinfo ) |
void |
_disconnected ( ) |
void |
_peer_connected ( int pid, Dictionary pinfo ) |
void |
_peer_disconnected ( int id ) |
void |
_session_sealed ( ) |
void |
_offer_received ( int id, String offer ) |
void |
_answer_received ( int id, String answer ) |
void |
_candidate_received ( int id, String mid, int index, String sdp ) |
void |
Signals
errored ( String msg )
There is currently no description for this signal. Please help us by contributing one!
multiplayer_initialized ( int pid, Dictionary pinfo )
There is currently no description for this signal. Please help us by contributing one!
multiplayer_terminating ( )
There is currently no description for this signal. Please help us by contributing one!
peer_added ( int pid )
There is currently no description for this signal. Please help us by contributing one!
peer_removed ( int pid )
There is currently no description for this signal. Please help us by contributing one!
session_sealed ( )
There is currently no description for this signal. Please help us by contributing one!
Property Descriptions
JamWebRTCSignalling signalling
There is currently no description for this property. Please help us by contributing one!
WebRTCMultiplayerPeer rtc_mp = new()
There is currently no description for this property. Please help us by contributing one!
bool sealed = false
There is currently no description for this property. Please help us by contributing one!
Dictionary peers = {}
There is currently no description for this property. Please help us by contributing one!
int local_pid = -1
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void _init ( )
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
void stop ( )
There is currently no description for this method. Please help us by contributing one!
Variant _add_webrtc_peer ( int id )
There is currently no description for this method. Please help us by contributing one!
void _new_ice_candidate ( String mid_name, int index_name, String sdp_name, int id )
There is currently no description for this method. Please help us by contributing one!
void _offer_created ( String type, String data, int id )
There is currently no description for this method. Please help us by contributing one!
void _connected ( int pid, Dictionary pinfo )
There is currently no description for this method. Please help us by contributing one!
void _disconnected ( )
There is currently no description for this method. Please help us by contributing one!
void _peer_connected ( int pid, Dictionary pinfo )
There is currently no description for this method. Please help us by contributing one!
void _peer_disconnected ( int id )
There is currently no description for this method. Please help us by contributing one!
void _session_sealed ( )
There is currently no description for this method. Please help us by contributing one!
void _offer_received ( int id, String offer )
There is currently no description for this method. Please help us by contributing one!
void _answer_received ( int id, String answer )
There is currently no description for this method. Please help us by contributing one!
void _candidate_received ( int id, String mid, int index, String sdp )
There is currently no description for this method. Please help us by contributing one!
void _err ( String msg, Error code=0 )
There is currently no description for this method. Please help us by contributing one!