Table of Contents

Interface IWebRtcSignalling

Namespace
VAST.WebRTC
Assembly
VAST.WebRTC.dll

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)

Parameters

caller object

The calling object that initiated the send operation.

peerId long

The identifier of the target peer.

data string

The signalling data to send.