Constructors
constructor
- new IceCandidate(iceCandidate: RTCIceCandidate, isRemote?: boolean): IceCandidate
-
Parameters
-
iceCandidate: RTCIceCandidate
-
Default value isRemote: boolean = false
Methods
toPayload
- toPayload(): RTCIceCandidatePayload
-
Returns RTCIceCandidatePayload
{@link RTCIceCandidate} parses an ICE candidate gathered by the browser and returns a IceCandidate object