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?​
optionalcameraTrack:T
customAudioTracks​
customAudioTracks:
T[]
customVideoTracks​
customVideoTracks:
T[]
microphoneTrack?​
optionalmicrophoneTrack:T
screenShareAudioTrack?​
optionalscreenShareAudioTrack:T
screenShareVideoTrack?​
optionalscreenShareVideoTrack:T
tracks​
tracks:
T[]
Type Parameters​
| Type Parameter | Default type |
|---|---|
P | - |
S | - |
T extends Track | Track |