We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f6935 commit 81c99c7Copy full SHA for 81c99c7
play/src/front/Phaser/Game/GameMapPropertiesListener.ts
@@ -212,6 +212,9 @@ export class GameMapPropertiesListener {
212
}
213
214
215
+ inBbbStore.set(true);
216
+ bbbFactory.setStopped(false);
217
+
218
let isMobile = isMediaBreakpointUp("md");
219
if (isMobile) {
220
let message = allProps.get(GameMapProperties.OPEN_WEBSITE_TRIGGER_MESSAGE);
@@ -237,8 +240,6 @@ export class GameMapPropertiesListener {
237
240
userInputManager: this.scene.userInputManager,
238
241
});
239
242
} else {
- inBbbStore.set(true);
- bbbFactory.setStopped(false);
243
bbbFactory
244
.parametrizeMeetingId(newValue as string)
245
.then((hashedMeetingId) => {
0 commit comments