RtcGroupManager class

Mixed in types

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

dismissGroup(String groupId) Future<ResultCode>
Dismiss group.
override
inviteGroupUsers(String groupId, List<String> users) Future<ResultCode>
Invite user to join group.
override
joinGroup(String groupId, GroupConfig config) Future<ResultCode>
Join group.
override
leaveGroup(String groupId) Future<ResultCode>
Leave group.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
observeAllGroups() Future<ResultCode>
Observe all groups‘ event.
override
observeGroup(String groupId) Future<ResultCode>
Observe group event.
override
setDefaultGroup(String? groupId) Future<ResultCode>
Set default group. When automatic audio subscription is enabled, new users will automatically join and subscribe to the default group after joining the channel with the default group setting.
override
setEventHandler(RtcGroupEventHandler handler) → void
Set the RtcGroupManager event handler.
subscribeGroup(String groupId) Future<ResultCode>
Subscribe group.
override
toString() String
A string representation of this object.
inherited
unobserveAllGroups() Future<ResultCode>
Unobserve all groups’ event.
override
unobserveGroup(String groupId) Future<ResultCode>
Unobserve group event.
override
unsubscribeGroup(String groupId) Future<ResultCode>
Unsubscribe group.
override

Operators

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