NEGroupCallMember constructor

NEGroupCallMember({
  1. required String accId,
  2. int? rtcUid,
  3. int? state,
  4. String? action,
  5. String? reason,
})

Implementation

NEGroupCallMember({
  required this.accId,
  this.rtcUid,
  this.state,
  this.action,
  this.reason,
});