Delegate DelegateNativeOnIceCandidate
Namespace: Unity.WebRTC
Syntax
public delegate void DelegateNativeOnIceCandidate(string candidate, string sdpMid, int sdpMlineIndex);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | candidate | |
| System.String | sdpMid | |
| System.Int32 | sdpMlineIndex |