Skip to main content
Version: Next

Type Alias: PeerWithTracks<P, S, T>

PeerWithTracks<P, S, T> = Omit<ReactClientPeerWithTracks<P, S>, TrackFields> & object

Defined in: packages/mobile-client/src/overrides/types.ts:79

Type declaration

cameraTrack?

optional cameraTrack: T

customAudioTracks

customAudioTracks: T[]

customVideoTracks

customVideoTracks: T[]

microphoneTrack?

optional microphoneTrack: T

screenShareAudioTrack?

optional screenShareAudioTrack: T

screenShareVideoTrack?

optional screenShareVideoTrack: T

tracks

tracks: T[]

Type Parameters

Type ParameterDefault type
P-
S-
T extends TrackTrack