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