Constructors

Properties

Constructors

Properties

subStreamVolume: number

If

Chinese 远端用户音频辅流的音量,取值范围为 [0,100] 。
如果 subStreamVolume 为 0,表示该用户未发布音频辅流或音频辅流没有音量。

Endif

uid: bigint

If

English The user ID defines who owns the video stream.

Endif

If

Chinese 用户 ID,指定是哪个用户的音量。

Endif

volume: number

If

English The volume of each user ranges between 0 (the lowest volume) and 100 (the highest volume). If the user calls startAudioMixing, the volume is the volume of each user after audio mixing.

  • If the volume is 0, the user is not speaking.
  • If the array is empty, the remote user is not speaking.

Endif

If

Chinese 用户的音量,取值范围为 [0,100]。如果用户调用了 startAudioMixing,则 volume 为用户混音后的音量。

  • 如果 volume 为 0,表示该用户没有说话。
  • 如果数组为空,则表示此时远端没有人说话。

Endif