SetupConfig constructor
SetupConfig({
- required String appKey,
- int? currentUserRtcUid,
- bool? enableJoinRtcWhenCall,
- CallInitRtcMode? initRtcMode,
- LCKConfig? lckConfig,
Implementation
SetupConfig({
required this.appKey,
this.currentUserRtcUid,
this.enableJoinRtcWhenCall,
this.initRtcMode,
this.lckConfig,
});