ZegoLiveAudioRoomControllerRoomImpl class

Here are the APIs related to screen sharing.

Properties

hashCode int
The hash code for this object.
no setterinherited
private → ZegoLiveAudioRoomControllerRoomPrivateImpl
Don't call that
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

commandReceivedStream() Stream<ZegoSignalingPluginInRoomCommandMessageReceivedEvent>
room command stream notify
deleteProperties({required String roomID, required List<String> keys, bool isForce = false}) Future<bool>
delete room properties
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
propertiesStream() Stream<ZegoSignalingPluginRoomPropertiesUpdatedEvent>
room properties stream notify
queryProperties({required String roomID}) Future<Map<String, String>>
query room properties
removeUser(List<String> userIDs) Future<bool>
remove user from live, kick out
sendCommand({required String roomID, required Uint8List command}) Future<bool>
send room command
toString() String
A string representation of this object.
inherited
updateProperties({required String roomID, required Map<String, String> roomProperties, bool isForce = false, bool isDeleteAfterOwnerLeft = false, bool isUpdateOwner = false}) Future<bool>
set/update room properties
updateProperty({required String roomID, required String key, required String value, bool isForce = false, bool isDeleteAfterOwnerLeft = false, bool isUpdateOwner = false}) Future<bool>
set/update room property

Operators

operator ==(Object other) bool
The equality operator.
inherited