Delegate DelegateOnIceCandidate
Namespace: Unity.WebRTC
Syntax
public delegate void DelegateOnIceCandidate(RTCIceCandidate candidate);
Parameters
| Type | Name | Description |
|---|---|---|
| RTCIceCandidate | candidate |
public delegate void DelegateOnIceCandidate(RTCIceCandidate candidate);
| Type | Name | Description |
|---|---|---|
| RTCIceCandidate | candidate |