SetupConfig constructor

SetupConfig({
  1. required String appKey,
  2. int? currentUserRtcUid,
  3. bool? enableJoinRtcWhenCall,
  4. CallInitRtcMode? initRtcMode,
  5. LCKConfig? lckConfig,
})

Implementation

SetupConfig({
  required this.appKey,
  this.currentUserRtcUid,
  this.enableJoinRtcWhenCall,
  this.initRtcMode,
  this.lckConfig,
});