Crate cyberdeck_client_web_sys

Source

Functions§

create_data_channel
Create a data channel using the given RtcPeerConnection, assigned the given label
create_peer_connection
Create an RtcPeerConnection with the given ICE/STUN server, defaulting to Google’s STUN server
init_data_channel
Initialize an RtcDataChannel, with the given callback Closures
init_peer_connection
Initialize RtcPeerConnection using selected signalling server endpoint, defaulting to “http://localhost:3000/connect”