更新时间:2022-03-21 GMT+08:00
分享

结束会议

接口描述

该接口用于控制设备结束会议。

注意事项

已连接设备,并且设备在会议中,设备账号是主席身份。

接口定义

/* 结束会议 */   
int EndConference();

参数描述

NA

返回值

0 接口调用成功 非0 接口调用失败

异步回调事件结果

参见4.6.4.1.12 OnSetEndConferenceResult。

示例代码

// 结束会议   
 if (mShareServiceController != NULL) {   
     mShareServiceController->EndConference();   
 }
分享:

    相关文档

    相关产品