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