Interface IWebRtcSignalling
Provides an interface for WebRTC signalling communication between peers.
public interface IWebRtcSignalling
Methods
SendToPeer(object, long, string)
Sends signalling data to the specified peer.
void SendToPeer(object caller, long peerId, string data)