Renames your name or another user's name.
client.isAllowToRename()
to get the value.New display name.
User ID of the user to rename.
Get the in session users of the session.
Gets chat client.
Gets command client.
Get current user info.
Get LiveTranscription client
Gets the media stream instance for managing the media.
This usually the first step of using media.
Gets recording client.
Gets the host of the session.
Gets the current session’s information.
Gets subsession client.
Gets the user by user ID.
Initialize the Zoom Video SDK before join a session. The Zoom Video SDK uses an SDK key & secret for authentication.
The language of the Video SDK. The default is en-US
.
In the Zoom Video SDK, web workers and web assembly are used to process the media stream.
This part of the code is separated from the SDK, so it is necessary to specify the dependent assets path.
When the SDK is released, the web worker and the web assembly will be also included (the lib
folder).
You can either deploy these assets to your private servers or use the cloud assets provided by Zoom.
The property has following value:
Global
: The default value. The dependent assets path will be https://source.zoom.us/videosdk/{version}/lib/
CDN
: The dependent assets path will be https://dmogdx0jrul3u.cloudfront.net/videosdk/{version}/lib/
CN
: Only applicable for China. The dependent assets path will be https://jssdk.zoomus.cn/videosdk/{version}/lib{FULL_ASSETS_PATH}
: The SDK will load the dependent assets specified by the developer.Optional additional options for initialization.
Determines whether the current user is the host.
Determines whether the current user is a manager.
Join the session
init
method before joining.A JWT, should be generated on server.
User name.
If a password is required when joining the session, pass the password, otherwise omit it.
Idle timeout to end the session.
an executed promise. Following are the possible error reasons:
duplicated operation
: Duplicated invoking of the join
method.invalid apiKey/sdkKey or signature
: API key, SDK key, or signature is not correct.invalid password
: Password is not correct.invalid parameters
: Can not join the session because of invalid parameters.internal error
: Internal error.Leaves or ends the session.
Optional. Default is false. If true, the session ends. Only the host has the privilege to do this.
Makes other participant the host.
Makes another participant a manager.
Remove the event handler.
Event name.
The event handler.
Listens for events and handles them.
Event name.
Ehe event handler.
Details in event_connection_change.
Details in event_user_add.
Details in event_user_update.
Details in event_user_remove.
Details in event_video_active_change.
Details in event_video_dimension_change.
Details in event_audio_active_speaker.
Details in {@link event_audio_unmute_consent}.
Details in event_current_audio_change.
Details in event_dial_out_change.
Detail in event_audio_statistic_data_change.
Detail in event_video_statistic_data_change.
Details in event_chat_received_message.
Details in event_chat_privilege_change.
Details in event_command_channel_status.
Details in event_command_channel_message.
Details in event_recording_change.
Details in {@link event_iso_recording_change}.
Details in event_auto_play_audio_failed.
Details in event_device_change.
Details in event_video_capturing_change.
Details in event_active_share_change.
Details in event_share_content_dimension_change.
Details in event_peer_share_state_change.
Details in event_share_privilege_change.
Details in event_passively_stop_share.
Details in event_share_content_change.
Details in event_peer_video_state_change.
Details inevent_share_audio_change
Details in event_bo_invite_to_join.
Details in event_bo_room_countdown.
Details in event_bo_room_time_up.
Details in event_bo_closing_room_countdown.
Details in event_bo_broadcast_message.
Details in event_bo_ask_for_help.
Details in event_bo_ask_for_help_response.
Details in event_bo_room_state_change.
Details in event_bo_main_session_change.
Details in event_video_vb_preload_change
Details in event_media_sdk_change
Details in event_video_cell_detailed_change
Details in event_caption_status
Details in event_caption_message
Details in event_caption_enable
Details in event_share_can_see_screen
Details in event_far_end_camera_request
Details in event_far_end_camera_response
Details in event_far_end_camera_in_control_change
Details in event_far_end_camera_capability_change
Details in event_network_quality_change
Removes the participant.
Revokes the manager permission from the participant.
The video client is the core of the Video SDK.