Options
All
  • Public
  • Public/Protected
  • All
Menu

Mix stream task object.

This class is the configuration class of the stream mixing task. When a stream mixing task is requested to the ZEGO RTC server, the configuration of the stream mixing task is required. This class describes the detailed configuration information of this stream mixing task.

Hierarchy

  • ZegoMixerTask

Index

Constructors

constructor

  • Parameters

    • taskID: string

    Returns ZegoMixerTask

Properties

audioConfig

The audio config of the task

enableSoundLevel

enableSoundLevel: boolean

Enable or disable sound level callback for the task. If enabled, then the remote player can get the soundLevel of every stream in the inputlist by [onMixerSoundLevelUpdate] callback.

inputList

inputList: ZegoMixerInput[]

The input list of the task

outputList

outputList: ZegoMixerOutput[]

The output list of the task

taskID

taskID: string

The task ID of the task

videoConfig

The video config of the task

Generated using TypeDoc