Delegate PeerConnection.DataChannelAddedDelegate
Delegate for Data
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public delegate void DataChannelAddedDelegate(DataChannel channel);
Parameters
Type | Name | Description |
---|---|---|
Data |
channel | The newly added data channel. |