Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ViewMode

The user's view mode.

Index

Enumeration members

Enumeration members

Broadcaster

Broadcaster: = "broadcaster"

Host mode.

In this mode, the user can freely adjust their view, and every other user in the room can only follow the view of the host.

Note

  • Each room can have only one user in Broadcaster view mode.
  • When a user’s view mode is set as Broadcaster, the view mode of every other user in the room (including users that join subsequently) is automatically set as Follower.

Follower

Follower: = "follower"

Follower mode.

In this mode, the user's view follows the view of the host.

Note

  • When one user’s view mode is set as Broadcaster, the view mode of the other users in the room (including users that join subsequently) automatically changes to Follower.
  • When a user in Follower view mode operates the whiteboard, their view mode automatically switches to Freedom mode.

Freedom

Freedom: = "freedom"

(Default) Freedom mode.

In this mode, the user can freely adjust their own view. Each user's view setting does not affect the view settings of other users.

Note

When there is no host in the room, all users are in Freedom view mode by default.