结束会议
请求样例:
{
"messId": "EndConference",
"params": []
}
消息字段 |
取值 |
备注 |
messId |
EndConference |
严格按照取值填写 |
params |
没有参数 |
响应样例:
{
"messId": "EndConference",
"response": ["0"]
}
消息字段 |
取值 |
备注 |
messId |
EndConference |
严格按照取值填写 |
response |
接口调用结果 , 设置成功与否 |
数组 参数1:接口调用结果 0 成功 1 失败 参数2:设置是否成功 0 失败 1 成功 |
结束会议的C++原型接口为:int EndConference();
该接口用于在会议中投屏时结束会议,可以配合UI界面使用。