Instance Methods | |
(void) | - onMemberEnter:memberList: |
(void) | - onMemberLeave:member: |
(void) | - onMemberInvited:opUser:memberList: |
(void) | - onMemberKicked:opUser:memberList: |
(void) | - onMemberInfoChanged:changeInfoList: |
(void) | - onAllGroupMembersMuted:isMute: |
(void) | - onMemberMarkChanged:memberIDList:markType:enableMark: |
(void) | - onGroupCreated: |
(void) | - onGroupDismissed:opUser: |
(void) | - onGroupRecycled:opUser: |
(void) | - onGroupInfoChanged:changeInfoList: |
(void) | - onGroupAttributeChanged:attributes: |
(void) | - onGroupCounterChanged:key:newValue: |
(void) | - onReceiveJoinApplication:member:opReason: |
(void) | - onApplicationProcessed:opUser:opResult:opReason: |
(void) | - onGrantAdministrator:opUser:memberList: |
(void) | - onRevokeAdministrator:opUser:memberList: |
(void) | - onQuitFromGroup: |
(void) | - onReceiveRESTCustomData:data: |
(void) | - onTopicCreated:topicID: |
(void) | - onTopicDeleted:topicIDList: |
(void) | - onTopicChanged:topicInfo: |
|
optional |
Users joined the group (received by all members) By default, meeting groups do not trigger this callback. If you want to receive this callback for meeting groups too, please configure it in the console (Configuration -> Group configuration -> Group system notification configuration -> Notification of group member change).
|
optional |
Users left the group (received by all members). By default, meeting groups do not trigger this callback. If you want to receive this callback for meeting groups too, please configure it in the console (Configuration -> Group configuration -> Group system notification configuration -> Notification of group member change).
|
optional |
Users are added to a group by others (received by all members)
|
optional |
Users are removed from a group by others (received by all members)
|
optional |
Group member information modified (received by all members). This callback is triggered only when a group member is muted. By default, meeting groups and AVChatRoom groups do not trigger this callback. If you want to receive this callback for those groups too, please configure it in the console (Configuration -> Group configuration -> Group system notification configuration -> Notification of group member profile change).
|
optional |
All group members are muted or unmuted (received by all members). To receive this callback, you need to turn on the corresponding feature in the console (Configuration -> Group configuration -> Group system notification configuration -> Notification of group profile change -> Notification of muting all change). Supported only in 7.5 and later versions.
|
optional |
Some group members are marked (received by all members). This callback is only triggered by community groups. This is only supported in 7.5 and later versions of the Premium Edition.
|
optional |
Group created (used for multi-device synchronization)
|
optional |
Group deleted (received by all members)
|
optional |
Group repossessed (received by all members)
|
optional |
Group information modified (received by all members). This callback may be triggered if the following fields are changed: groupName, introduction, notification, faceUrl, owner, allMute, custom. You can limit notifications or roaming to specific fields in the console (Configuration -> Group configuration -> Group system notification configuration -> Notification of group profile change).
|
optional |
Group attributes changed(received by all members)
|
optional |
Group counter update notification with the newest counters which have been modified(received by all members).
|
optional |
New group joining request (received only by the group owner and admin)
|
optional |
The request to join the group or invite has been processed by the group owner or administrator. (received only by the applicant)
|
optional |
Some users are made admins.
|
optional |
Some users are removed as admin.
|
optional |
You quit a group. (mainly used for multi-device synchronization)
|
optional |
Received a custom system message delivered via the RESTful API.
|
optional |
Topic created.
|
optional |
Topic deleted.
|
optional |
Topic information modified (received by all members)