NESetupConfig constructor

NESetupConfig({
  1. required String appKey,
  2. String? currentAccountId,
  3. int? currentUserRtcUid,
  4. bool? enableJoinRtcWhenCall,
  5. NECallInitRtcMode? initRtcMode,
  6. NEDesktopVideoRenderMode? desktopVideoRenderMode,
  7. NELCKConfig? lckConfig,
})

Implementation

NESetupConfig({
  required this.appKey,
  this.currentAccountId,
  this.currentUserRtcUid,
  this.enableJoinRtcWhenCall,
  this.initRtcMode,
  this.desktopVideoRenderMode,
  this.lckConfig,
});