The WhiteWebSdk
constructor.
Construction parameters.
The constructed WhiteWebSdk
object.
The device type, which determines how the SDK handles mouse and touch events.
The data center, which supports the following values:
region |
Data center | Service area |
---|---|---|
us-sv |
Silicon Valley, United States | North America and South America |
sg |
Singapore | Singapore, East Asia, and Southeast Asia |
in-mum |
Mumbai, India | India |
eu |
Frankfurt, Europe | Europe |
cn-hz |
Hangzhou, China | Areas not covered by other data centers |
Note
This property must has the same value as the data center that you set when creating the room; otherwise, the SDK fails to connect to the room.
The rendering mode. See RenderEngine.
The user's screen type, which is used to adjust parameters for gesture recognition.
The version of the current SDK.
Joins the live Interactive Whiteboard room.
Configurations for the Room
object. See JoinRoomParams.
Event callbacks of the Room
object.
Room
object, if the method call succeeds. See Room.
The
WhiteWebSdk
class initializes aWhiteWebSdk
object.