Property OnIceConnectionChange
OnIceConnectionChange
This property is delegate to be called when the IceConnectionState is changed.
Declaration
public DelegateOnIceConnectionChange OnIceConnectionChange { set; }
Property Value
| Type | Description |
|---|---|
| DelegateOnIceConnectionChange | A delegate containing IceConnectionState. |
Examples
peerConnection.OnIceConnectionChange = iceConnectionState =>
{
...
};