NERtcInfo constructor

NERtcInfo({
  1. String? channelName,
  2. String? token,
  3. required int channelId,
  4. required int uid,
})

Implementation

NERtcInfo({
  this.channelName,
  this.token,
  required this.channelId,
  required this.uid,
});