Skip to main content
Version: Next

Type Alias: PeerWithTracks<P, S, T>

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

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

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