更新时间:2022-03-21 GMT+08:00
OnSetEndConferenceResult
回调方法描述
结束会议结果事件。
回调方法定义
/* 结束会议结果事件通知 */ void OnSetEndConferenceResult(int result) {}
参数描述
参数 |
是否必须 |
类型 |
描述 |
---|---|---|---|
result |
是 |
int |
1 成功 非1 失败 |
示例代码
void ShareEventHandler::OnSetEndConferenceResult(int result) { // 事件处理 }
父主题: 接口调用结果通知