NECallParam constructor

NECallParam({
  1. required String accId,
  2. String? extraInfo,
  3. String? rtcChannelName,
  4. String? globalExtraCopy,
  5. required NECallType callType,
  6. NECallPushConfig? pushConfig,
})

Implementation

NECallParam({
  required this.accId,
  this.extraInfo,
  this.rtcChannelName,
  this.globalExtraCopy,
  required this.callType,
  this.pushConfig,
});