ZegoRoomService mixin
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getNetworkModeStream(
) → Stream< ZegoNetworkMode> - get network state notifier
-
getRoom(
) → ZegoUIKitRoom - get room object
-
getRoomProperties(
) → Map< String, RoomProperty> - get room properties
-
getRoomPropertiesStream(
) → Stream< Map< String, RoomProperty> > - only notify the properties which changed you can get full properties by getRoomProperties() function
-
getRoomPropertyStream(
) → Stream< RoomProperty> - only notify the property which changed you can get full properties by getRoomProperties() function
-
getRoomStateStream(
) → ValueNotifier< ZegoUIKitRoomState> - get room state notifier
-
joinRoom(
String roomID, {String token = '', bool markAsLargeRoom = false}) → Future< ZegoRoomLoginResult> - join room
-
leaveRoom(
) → Future< ZegoRoomLogoutResult> - leave room
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setRoomProperty(
String key, String value) → Future< bool> - update one room property
-
toString(
) → String -
A string representation of this object.
inherited
-
updateRoomProperties(
Map< String, String> properties) → Future<bool> - update room properties
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited