Delegate PeerConnection.IceStateChangedDelegate
Delegate for the Ice
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public delegate void IceStateChangedDelegate(IceConnectionState newState);
Parameters
Type | Name | Description |
---|---|---|
Ice |
newState | The new ICE connection state. |