更新时间:2025-03-28 GMT+08:00
停止共享
stopShare:
接口描述
该接口用于停止自己的共享。
注意事项
- 不在共享中不应调用此接口。
方法定义
- (void)stopShare:(NSString *)stopShareDes;
参数描述
| 参数 | 是否必须 | 类型 | 描述 |
|---|---|---|---|
| stopShareDes | 是 | NSString * | 停止共享原因。 |
返回值
无
示例代码
[[HWMSdk getBizOpenApi] stopShare:@""];
父主题: 会议控制