onAutoAcceptInvitationFromGroup property

(void Function(String groupId, String inviter, String? inviteMessage)?) onAutoAcceptInvitationFromGroup
final

~english Occurs when the group invitation is accepted automatically. For settings, See EMOptions.autoAcceptGroupInvitation. The SDK will join the group before notifying the app of the acceptance of the group invitation. ~end

~chinese 当前用户自动同意入群邀请的回调。 设置请见 EMOptions.autoAcceptGroupInvitation. ~end

Implementation

final void Function(
  String groupId,
  String inviter,
  String? inviteMessage,
)? onAutoAcceptInvitationFromGroup;