Updated on 2024-08-16 GMT+08:00

Logging In to the Client and Joining a Meeting

Link Format

cloudlink://welinksoftclient/h5page?page=LoginAndJoinConf&server_url=meeting.huaweicloud.com&port=8443&conf_id=12345&enter_code=12345&name=Tom&open_mic=true&open_camera=false&nonce=Ey************************************pQ

Parameter Description

Parameter

Mandatory

Type

Description

page

Yes

String

Defines the scheme function. The value is LoginAndJoinConf.

server_url

No

String

Server address. If this parameter is left blank, the default server address of Huawei Cloud Meeting is used.

port

No

String

Server port. If this parameter is left blank, the default port of Huawei Cloud Meeting is used.

conf_id

Yes

String

Meeting ID.

enter_code

No

String

Meeting password.

name

Yes

String

Name displayed in the meeting.

open_mic

No

String

Whether the microphone is enabled. By default, it is disabled.

open_camera

No

String

Whether the camera is enabled. By default, it is disabled.

nonce

Yes

String

Nonce used for meeting joining authentication.

  1. To join a meeting as the host, set enter_code to the host password. To join a password-protected meeting as a guest, set enter_code to the guest password. If the meeting is password-free, leave enter_code blank.
  2. To obtain a nonce, call the server API for authenticating an app ID to obtain a token. Then, call the server API for obtaining a nonce for redirection without login. For details, see FAQ.
  3. The nonce must be valid. Otherwise, meeting joining will fail. A nonce can be used only once.