onAutoAcceptInvitationFromGroup method Null safety
Occurs when the group invitation is accepted automatically. The SDK will join the group before notifying the app of the acceptance of the group invitation. For settings, see {@link EMOptions#autoAcceptGroupInvitation(boolean value)}.
Param groupId
The group ID.
Param inviter
The inviter ID.
Param inviteMessage
The invitation message.
Implementation
void onAutoAcceptInvitationFromGroup(
String groupId, String inviter, String? inviteMessage);