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