- Preparing search index...
- The search index is not available
matrix-js-sdk
Properties
Private
Readonly
pc
pc: RTCPeerConnection
Methods
getActiveSimulcastStreams
- getActiveSimulcastStreams(): number
-
Returns number
getLocalTrackIdByMid
- getLocalTrackIdByMid(mid: string): undefined | string
-
Returns undefined | string
getLocalTracks
- getLocalTracks(kind: "audio" | "video"): MediaStreamTrack[]
-
Returns MediaStreamTrack[]
getRemoteTrackIdByMid
- getRemoteTrackIdByMid(mid: string): undefined | string
-
Returns undefined | string
getTackById
- getTackById(trackId: string): undefined | MediaStreamTrack
-
Returns undefined | MediaStreamTrack
getTransceiverByTrackId
- getTransceiverByTrackId(trackId: string): undefined | RTCRtpTransceiver
-
Returns undefined | RTCRtpTransceiver