PreviewStreamParams
Properties
| Property | Type | Description |
|---|---|---|
getCurrentDevices | () => IndexedDevices | - |
getCurrentMedia | () => Media | undefined | - |
updateMainStream | (request) => Promise<void> | - |
mainMediaSignal | Signal<Media | undefined, Media | undefined> | - |
signals | MediaSignals | - |
onEnded? | () => void | - |
fftSize? | number | - |
queueOptions? | Partial<AsyncQueueOptions> | - |
audioProcessors | TrackProcessor[] | - |
videoProcessors | TrackProcessor[] | - |
getDefaultConstraints? | () => object | Pass default constraints to use with get media wrappers |