Skip to main content

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

NameType
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