NESetupConfig constructor
NESetupConfig({
- required String appKey,
- String? currentAccountId,
- int? currentUserRtcUid,
- bool? enableJoinRtcWhenCall,
- NECallInitRtcMode? initRtcMode,
- NEDesktopVideoRenderMode? desktopVideoRenderMode,
- NELCKConfig? lckConfig,
Implementation
NESetupConfig({
required this.appKey,
this.currentAccountId,
this.currentUserRtcUid,
this.enableJoinRtcWhenCall,
this.initRtcMode,
this.desktopVideoRenderMode,
this.lckConfig,
});