RegConfig constructor
RegConfig({
- String? domain,
- int? videoLimit,
- int? audioLimit,
- int? recallTime,
- int? privateTime,
- String? xmppDomain,
- String? xmppHost,
- int? xmppPort,
- String? adminUser,
- String? googleTranslate,
- String? signalServerDomain,
- String? notificationHelpUrl,
- dynamic sdkUrl,
- int? pinExpireDays,
- int? pinTimeOut,
- int? fileSizeLimit,
- required List<
String> stuns, - required List<
Turn> turns, - String? liveStreamingSignalServer,
- bool? isLiveStreamingEnabled,
- bool? sipcallEnabled,
- String? sipServer,
- String? callRoutingServer,
- String? chatBackupType,
- String? chatBackupFrequency,
- String? xmppPortWeb,
- String? iv,
- String? ivProfile,
Implementation
RegConfig({
this.domain,
this.videoLimit,
this.audioLimit,
this.recallTime,
this.privateTime,
this.xmppDomain,
this.xmppHost,
this.xmppPort,
this.adminUser,
this.googleTranslate,
this.signalServerDomain,
this.notificationHelpUrl,
this.sdkUrl,
this.pinExpireDays,
this.pinTimeOut,
this.fileSizeLimit,
required this.stuns,
required this.turns,
this.liveStreamingSignalServer,
this.isLiveStreamingEnabled,
this.sipcallEnabled,
this.sipServer,
this.callRoutingServer,
this.chatBackupType,
this.chatBackupFrequency,
this.xmppPortWeb,
this.iv,
this.ivProfile,
});