JitsiMeetingOptions constructor
JitsiMeetingOptions({
- required String room,
- String? serverURL,
- String? subject,
- String? token,
- bool? audioMuted,
- bool? audioOnly,
- bool? videoMuted,
- String? userAvatarURL,
- String? userDisplayName,
- String? userEmail,
- String? iosAppBarRGBAColor,
- Map<
String, Object?> ? webOptions, - Map<
FeatureFlagEnum, Object?> ? featureFlags, - Map<
String, Object?> ? configOverrides,
Implementation
JitsiMeetingOptions({
required this.room,
this.serverURL,
this.subject,
this.token,
this.audioMuted,
this.audioOnly,
this.videoMuted,
this.userAvatarURL,
this.userDisplayName,
this.userEmail,
this.iosAppBarRGBAColor,
this.webOptions,
this.featureFlags,
this.configOverrides,
});