WebRTCMultiplayerPeer

Inherits: MultiplayerPeer < PacketPeer < RefCounted < Object

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

Methods

Error

add_peer ( WebRTCPeerConnection peer, int peer_id, int unreliable_lifetime=1 )

Error

create_client ( int peer_id, Array channels_config=[] )

Error

create_mesh ( int peer_id, Array channels_config=[] )

Error

create_server ( Array channels_config=[] )

Dictionary

get_peer ( int peer_id )

Dictionary

get_peers ( )

bool

has_peer ( int peer_id )

void

remove_peer ( int peer_id )


Method Descriptions

Error add_peer ( WebRTCPeerConnection peer, int peer_id, int unreliable_lifetime=1 )

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


Error create_client ( int peer_id, Array channels_config=[] )

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


Error create_mesh ( int peer_id, Array channels_config=[] )

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


Error create_server ( Array channels_config=[] )

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


Dictionary get_peer ( int peer_id )

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


Dictionary get_peers ( )

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


bool has_peer ( int peer_id )

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


void remove_peer ( int peer_id )

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