NEGroupCallInfo constructor

NEGroupCallInfo({
  1. required String callId,
  2. String? groupId,
  3. int? groupType,
  4. String? callerAccId,
  5. int? callerRtcUid,
  6. List<NEGroupCallMember?>? memberList,
  7. int? inviteMode,
  8. int? joinMode,
  9. String? extraInfo,
  10. int? startTimestamp,
})

Implementation

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