ZegoMixerOutputRoomInfo class
混流中输出流的房间信息。
支持版本:3.18.0 及以上。 详情描述:为单条输出流设置房间信息;能将混流输出流增加到指定房间,让房间内的用户接收到房间内流增加的通知。 业务场景:手动混流场景,比如多人连麦直播。 使用限制:不支持混流过程中动态更新。
Constructors
- ZegoMixerOutputRoomInfo(String roomID, String userID)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- roomID ↔ String
-
指定输出流的房间ID。需要保证开始混流时房间已存在。
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userID ↔ String
-
指定输出流的用户ID。虚拟用户id,仅用于流新增通知,不会触发
onRoomUserUpdate
。不建议使用与房间内实际用户相同的 userID,避免与 SDK 的流新增行为产生冲突。getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited