Return the room states. Include pages, boxState, memberState, and so on
Add Window
Window type
Window Configuration
Some additional optional properties required by the window
Insert a new page
Clear all contents of the current scene.
whether to retain the ppt content
Close the specified window
Show image
Before calling this method, make sure you have called the insertImage
method to insert a display area for the image on the whiteboard.
The UUID of the image display area, i.e. the image UUID passed in the imageInfo
of the insertImage
method
The URL address of the image. You must ensure that the app client can access the URL, otherwise the image will not be displayed properly.
Copy the current selection, only valid when there is a selection
Delete the selected content
Disable/allow the user to adjust (move or zoom) the view.
Disable/allow users to operate the tool.
Disable image erasing. The default is false
Whether or not to disable serialization and use undo and redo locally only after disabling it. The default is true
Set readonly mode for all apps.
Disconnect from the whiteboard room.
Send custom events.
Copy and paste the selected content, only valid when there is a selection
Get syncState values
Insert a image
Insert text in the specified location
The midpoint of the left-hand side of the first character, the x-coordinate in the world coordinate system
The midpoint of the left-hand side of the first character, the y-coordinate in the world coordinate system
The text id
Move the special scene to a path
The original path of the scene that needs to be moved. Must be a scene path, not a scene group path.
Target Scene Group Path or Target Scene Path:
target
is set to target scene group, it means move the specified scene to other scene group, the scene path will be changed, but the scene name will be unchanged.target
is set to target scene path, it means change the position of the specified scene in the current scene group, and both scene path and scene name will be changed.Turn to next page
Let the ppt go to the next step The ppt in the subwindow will not take effect
Paste the copied content
Turn to previous page
Let the ppt go to the previous step The ppt in the subwindow will not take effect
Insert multiple scenes under the specified scene group.
The name of the scene group, which must start with /
. It cannot be a scene path.
An array consisting of multiple scenes.
The index number of the first scene in the scene group of the multiple scenes to be inserted. If the index number passed is greater than the total number of existing scenes in the scene group, the newly inserted scene will be at the end of the existing scenes. The index number of the scene starts from 0.
Delete the specified page
Deletes a scene or group of scenes.
The scene group path or scene path. If a scene group is passed in, all scenes under that scene group will be deleted.
Set the value in syncedState.
It takes effect when writable is true
Update the value in syncedState.
It takes effect when writable is true
Set the display ratio of the container
Currently mainly used to update appliance
Set the color configuration of the child window
Switches to the specified scene under the current scene group.
Switches to the specified scene. After a successful method call, all users in the room see the whiteboard switch to the specified scene.
The scenePath after switching
Set the synchronization delay of the remote whiteboard screen.
When this method is called, the SDK will delay the synchronization of the remote whiteboard screen.
In the CDN live broadcast scenario, setting the synchronization delay of the remote whiteboard screen can prevent users from perceiving the misalignment.
Note: This method does not affect the display of the local whiteboard screen, i.e., the user's operation on the local whiteboard will be displayed on the local whiteboard immediately.
Switching user view mode
"freedom" : This mode allows the user to actively adjust the viewpoint, and is not affected by other users' viewpoint mode settings, nor does it affect other users' viewpoint mode settings. "follower" : The user's view in this mode will follow the view of the anchor. "broadcaster" : This mode allows users to actively adjust their view and sync their view to all other users in the room.
Set whether the user is in interactive mode in the room.
Generated using TypeDoc
This object can be used to control the room and perform operations on the room