Starting the App
Description
Users can start the Huawei Cloud Meeting client by clicking this link.
If the Huawei Cloud Meeting client has been started, the home screen will be displayed when a user clicks the link.
Service Process
- Build a scheme.
- Run the scheme.
Code Sample
// Start the client. - (void)launchCloudLinkMeeting { NSURL *launchUrl = [NSURL URLWithString:@"cloudlink://welinksoftclient/h5page?page=launch"]; [[NSWorkspace sharedWorkspace] openURL:launchUrl];
The preceding code is only a logical sample and cannot be directly used.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot