We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f8994 commit bc8dbddCopy full SHA for bc8dbdd
structure/main.ts
@@ -8666,6 +8666,7 @@ export type AddonModBigbluebuttonbnMeetingInfoWSResponse = {
8666
guestaccessenabled?: boolean; // Guest access enabled.
8667
guestjoinurl?: string; // Guest URL.
8668
guestpassword?: string; // Guest join password.
8669
+ showpresentations?: boolean; // Show presentation file.
8670
features?: { // List of features for the instance.
8671
name: string; // Feature name.
8672
isenabled: boolean; // Whether the feature is enabled.
0 commit comments