ZegoMixerOutputRoomInfo class
Room information for the output stream in a mixed stream.
Available since: 3.18.0 Description: Setting room information for a single output stream; the mixed output stream can be added to the specified room, allowing users in the room to receive notifications of increased stream in the room. Use cases: Manual mixed stream scenario, such as Co-hosting. Restrictions: Dynamic updates during mixed stream are not supported.
Constructors
- ZegoMixerOutputRoomInfo(String roomID, String userID)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- roomID ↔ String
-
Specifies the room ID of the output stream. You need to ensure that the room is already present when mixing starts.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userID ↔ String
-
Specifies the user ID of the output stream. It is not recommended to use the same userID as the actual user in the room to avoid conflicts with the SDK's stream addition behavior.
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