disableDraggable option does not apply for "transition" screens

Meeting SDK Type and Version
@zoomus/websdk”: “^2.8.0”

Description
disableDraggable option does not apply for “transition” screens like when it’s in joining state loading screen, or in waiting room (waiting for admit by the host). I added disableDraggable on all available options in the interfrace, but those two are still draggable.

Hi, @jelian,

Thank you for posting in the Zoom Developer Forum. To make sure I understand correctly, can you share an example of the disableDraggable option not being applied for “transition” screens like when it’s in the joining state loading screen, or in the waiting room (waiting for admit by the host)? If you can share a video or gif reproducing the behavior that will help us understand what you are trying to accomplish.

Hi, @donte.zoom

Sure, here is the video, init options used,

customize: {
        meetingInfo: [
          'topic',
          'host',
          'mn',
          'pwd',
          'telPwd',
          'invite',
          'participant',
          'dc',
          'enctype',
        ],
        meeting: {
          popper: {
            disableDraggable: true,
          },
        },
        video: {
          popper: {
            disableDraggable: true,
          },
        },
      }

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.