isMemberAllowToInvite property

bool? isMemberAllowToInvite
final

~english Checks whether a group member is allowed to invite other users to join the group.

Note To get the correct value, ensure that you call EMGroupManager.fetchGroupInfoFromServer before calling this method.

Return

  • true: Yes;
  • false: No. Only the group owner or admin can invite others to join the group. ~end

~chinese 从内存中获取是否允许成员邀请他人进群。

Note 如需最新数据,需先从服务器获取:EMGroupManager.fetchGroupInfoFromServer

Return

  • true: 允许;
  • false: 不允许。 ~end

Implementation

final bool? isMemberAllowToInvite;