JitsiMeetingOptions constructor
JitsiMeetingOptions({})
Implementation
JitsiMeetingOptions({
required this.roomNameOrUrl,
this.serverUrl,
this.subject,
this.token,
this.isAudioMuted,
this.isAudioOnly,
this.isVideoMuted,
this.userDisplayName,
this.userEmail,
this.userAvatarUrl,
this.featureFlags,
this.configOverrides,
});