Interface InputConfig

Defines the configuration for input media streams.

When mediaStream and mediaStreamCfg are not passed, mediaStream is created with default constraints.

Hierarchy

  • InputConfig

Properties

broadcastCfg?: Nullable<BroadcastConfig>
mediaStream?: Nullable<MediaStream>

if defined, mediaStreamCfg will be ignored

mediaStreamCfg?: Nullable<MediaStreamConfig>

only used when mediaStream is undefined

muted?: MutedConfig

Generated using TypeDoc