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