JamWebRTCSignalling

Inherits: Node < Object

There is currently no description for this class. Please help us by contributing one!

Properties

WebSocketPeer

ws

new()

Variant

code

1000

Variant

reason

"Unknown"

State

state

3

Methods

JamError

connect_to_url ( String url )

void

close ( )

void

_process ( Variant _delta )

void

_update_ws_state ( )

void

_on_ws_opened ( )

void

_on_ws_closed ( )

JamError

_parse_msg ( )

Variant

join_session ( )

Variant

seal_lobby ( )

int

send_candidate ( int id, String mid, int index, String sdp )

int

send_offer ( int id, String offer )

int

send_answer ( int id, String answer )

int

_send_msg ( int type, int id, String data=”” )


Signals

session_joined ( )

There is currently no description for this signal. Please help us by contributing one!


connected ( int id, Dictionary pinfo )

There is currently no description for this signal. Please help us by contributing one!


disconnected ( )

There is currently no description for this signal. Please help us by contributing one!


peer_connected ( int id, Dictionary pinfo )

There is currently no description for this signal. Please help us by contributing one!


peer_disconnected ( int id )

There is currently no description for this signal. Please help us by contributing one!


offer_received ( int id, String offer )

There is currently no description for this signal. Please help us by contributing one!


answer_received ( int id, String answer )

There is currently no description for this signal. Please help us by contributing one!


candidate_received ( int id, String mid, int index, String sdp )

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!


ws_connecting ( )

There is currently no description for this signal. Please help us by contributing one!


ws_opened ( )

There is currently no description for this signal. Please help us by contributing one!


ws_closing ( )

There is currently no description for this signal. Please help us by contributing one!


ws_closed ( )

There is currently no description for this signal. Please help us by contributing one!


ws_opened_or_closed ( State state )

There is currently no description for this signal. Please help us by contributing one!


Enumerations

enum Message:

Message JOIN = 0

There is currently no description for this enum. Please help us by contributing one!

Message ID = 1

There is currently no description for this enum. Please help us by contributing one!

Message PEER_CONNECT = 2

There is currently no description for this enum. Please help us by contributing one!

Message PEER_DISCONNECT = 3

There is currently no description for this enum. Please help us by contributing one!

Message OFFER = 4

There is currently no description for this enum. Please help us by contributing one!

Message ANSWER = 5

There is currently no description for this enum. Please help us by contributing one!

Message CANDIDATE = 6

There is currently no description for this enum. Please help us by contributing one!

Message SEAL = 7

There is currently no description for this enum. Please help us by contributing one!

Message PING = 8

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

WebSocketPeer ws = new()

There is currently no description for this property. Please help us by contributing one!


Variant code = 1000

There is currently no description for this property. Please help us by contributing one!


Variant reason = "Unknown"

There is currently no description for this property. Please help us by contributing one!


State state = 3

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

JamError connect_to_url ( String url )

There is currently no description for this method. Please help us by contributing one!


void close ( )

There is currently no description for this method. Please help us by contributing one!


void _process ( Variant _delta )

There is currently no description for this method. Please help us by contributing one!


void _update_ws_state ( )

There is currently no description for this method. Please help us by contributing one!


void _on_ws_opened ( )

There is currently no description for this method. Please help us by contributing one!


void _on_ws_closed ( )

There is currently no description for this method. Please help us by contributing one!


JamError _parse_msg ( )

There is currently no description for this method. Please help us by contributing one!


Variant join_session ( )

There is currently no description for this method. Please help us by contributing one!


Variant seal_lobby ( )

There is currently no description for this method. Please help us by contributing one!


int send_candidate ( int id, String mid, int index, String sdp )

There is currently no description for this method. Please help us by contributing one!


int send_offer ( int id, String offer )

There is currently no description for this method. Please help us by contributing one!


int send_answer ( int id, String answer )

There is currently no description for this method. Please help us by contributing one!


int _send_msg ( int type, int id, String data=”” )

There is currently no description for this method. Please help us by contributing one!