Delegate PeerConnection.IceGatheringStateChangedDelegate
Delegate for the IceGatheringStateChanged event.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public delegate void IceGatheringStateChangedDelegate(IceGatheringState newState);
Parameters
Type | Name | Description |
---|---|---|
IceGatheringState | newState | The new ICE gathering state. |