ZIMRoomOnlineMemberCountQueriedResult class
Callback of the result of querying the online members count in the room.
Available since: 1.1.0 or above.
Description: Callback of the result of querying the online members count in the room.
Related APIs: You can check the online number of people in the room through queryRoomOnlineMemberCount
.
count The number of online members of the room.
Constructors
- ZIMRoomOnlineMemberCountQueriedResult.new({required String roomID, required int count})
Properties
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