华为云会议 MEETING-拉起应用:代码示例

时间:2024-07-05 15:09:38

代码示例

//拉起应用
- (void)launchCloudLinkMeeting {
    NSURL *launchUrl = [NSURL URLWithString:@"cloudlink://welinksoftclient/h5page?page=launch"];
    [[UIApplication sharedApplication] openURL:launchUrl options:@{} completionHandler:nil];
}
support.huaweicloud.com/scheme-meeting/meeting_22_0905.html