ZoomOptions constructor
ZoomOptions({
- required String? domain,
- required String? clientId,
- required String? clientSecert,
- String? jwtSignature,
- String? language = "en-US",
- bool? showMeetingHeader = true,
- bool? disableInvite = false,
- bool? disableCallOut = false,
- bool? disableRecord = false,
- bool? disableJoinAudio = false,
- bool? audioPanelAlwaysOpen = false,
- String? backupUrl = '',
Implementation
ZoomOptions(
{required this.domain,
required this.clientId,
required this.clientSecert,
this.jwtSignature,
this.language = "en-US",
this.showMeetingHeader = true,
this.disableInvite = false,
this.disableCallOut = false,
this.disableRecord = false,
this.disableJoinAudio = false,
this.audioPanelAlwaysOpen = false,
this.backupUrl = ''});