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 RTCIceCandidate associated with the event.
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