| NERtcCallKit V3.7.0
    | 
#include <GroupCallParam.h>
 
 | 属性 | |
| NSString * | callId | 
| 多人通话唯一识别id | |
| NSArray< NSString * > * | calleeList | 
| 被邀请的群成员列表 | |
| NSString * | groupId | 
| 群ID | |
| NSInteger | groupType | 
| 群类型 => GroupType  | |
| NSInteger | inviteMode | 
| 邀请模式 => GroupInviteMode  | |
| NSInteger | joinMode | 
| 加入模式 => GroupJoinMode  | |
| NSString * | extraInfo | 
| 自定义透传信息 | |
| GroupPushParam * | pushParam | 
| 推送配置 | |
| 
 | readwritenonatomicstrong | 
被邀请的群成员列表
| 
 | readwritenonatomicstrong | 
多人通话唯一识别id
| 
 | readwritenonatomicstrong | 
自定义透传信息
| 
 | readwritenonatomicstrong | 
群ID
| 
 | readwritenonatomicassign | 
群类型=> GroupType  
| 
 | readwritenonatomicassign | 
| 
 | readwritenonatomicassign | 
加入模式=> GroupJoinMode  
| 
 | readwritenonatomicstrong | 
推送配置