Interface: MediaOptions
Properties
getDefaultConstraints
• Optional getDefaultConstraints: () => { audio?: false | InputConstraintSet ; video?: false | InputConstraintSet }
Type declaration
▸ (): Object
Pass default constraints to use with get media wrappers
Returns
Object
| Name | Type |
|---|---|
audio? | false | InputConstraintSet |
video? | false | InputConstraintSet |
getMuteState
• getMuteState: () => DeviceMuteState
Type declaration
▸ (): DeviceMuteState
A function to get the devices' mute state
Returns
DeviceMuteState
mediaProcessors
• mediaProcessors: MediaProcessor[]
Media Processors
signals
• signals: MediaSignals
Media signals to be used for the module
See
MediaSignals