Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
RTCTrackEventInit
Interface RTCTrackEventInit
interface
RTCTrackEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
receiver
:
RTCRtpReceiver
;
streams
?:
MediaStream
[]
;
track
:
MediaStreamTrack
;
transceiver
:
RTCRtpTransceiver
;
}
Hierarchy-Diagram
Legend
interface
public property
Hierarchy (
view full
)
EventInit
RTCTrackEventInit
Index
Properties
bubbles?
cancelable?
composed?
receiver
streams?
track
transceiver
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
receiver
receiver
:
RTCRtpReceiver
Optional
streams
streams
?:
MediaStream
[]
track
track
:
MediaStreamTrack
transceiver
transceiver
:
RTCRtpTransceiver
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
bubbles
cancelable
composed
receiver
streams
track
transceiver
Official Cockpit API Documentation
Houston Common Library
Loading...