Updated on 2022-07-19 GMT+08:00

Logging In to the Client and Joining a Meeting

Link Format

1
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=EycLQsHwxhzK9OW8UEKWNfH2I3CGR2nINuU1EBpQ

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.

  • Chinese mainland site: meeting.huaweicloud.com
  • International site: intl.meeting.huaweicloud.com

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 to enable the microphone. If this parameter is left blank, the microphone is disabled by default.

open_camera

No

String

Whether to enable the camera. If this parameter is left blank, the camera is disabled by default.

nonce

Yes

String

Nonce used for meeting joining authentication.

  1. If a user wants to join a meeting as the host, the value of enter_code must be the host password. If a user wants to join a meeting as a guest, and a guest password is required, the enter_code must be set to a guest password. If a guest password is not required, the enter_code parameter can be left blank.
  2. To obtain a nonce, call the server login authentication API for app ID authentication 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.