RTCPeerConnectionIceEvent
open class RTCPeerConnectionIceEvent( val type: EventType<RTCPeerConnectionIceEvent>, init: RTCPeerConnectionIceEventInit = definedExternally) : Event(source)
The RTCPeerConnectionIceEvent
interface represents events that occur in relation to ICE candidates with the target, usually an RTCPeerConnection.
Constructors
Link copied to clipboard
constructor(type: EventType<RTCPeerConnectionIceEvent>, init: RTCPeerConnectionIceEventInit = definedExternally)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The read-only candidate
property of the RTCPeerConnectionIceEvent interface returns the An RTCIceCandidate object representing the ICE candidate that has been received, or null
to indicate that there are no further candidates for this negotiation session.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard