NEGroupCallInfo constructor
NEGroupCallInfo({})
Implementation
NEGroupCallInfo({
required this.callId,
this.groupId,
this.groupType,
this.callerAccId,
this.callerRtcUid,
this.memberList,
this.inviteMode,
this.joinMode,
this.extraInfo,
this.startTimestamp,
});