JRTCSDK-iOS v2401.0
视频客服 API 文档
载入中...
搜索中...
未找到
JRTCEventCode.h
1//
2// JRTCEventCode.h
3// JRTCSDK
4//
5// Created by YC on 2021/6/27.
6// Copyright © 2021 juphoon. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
13
14#pragma mark - 登录模块
16extern const int C20_INIT_SUC;
18extern const int C20_DESTROY;
20extern const int C20_SET_FOREGROUND;
22extern const int C20_CALL_LOGIN;
24extern const int C20_CALL_MTC_LOGIN_SUC;
26extern const int C20_LOGIN_FAIL;
28extern const int C20_LOGIN_SUC;
30extern const int C20_CLIENT_STATE_CHANGED;
32extern const int C20_CALL_LOGOUT;
34extern const int C20_LOGOUT_FAIL;
36extern const int C20_LOGOUT_SUC;
38extern const int C20_CALL_SEND_MSG;
40extern const int C20_SYSTEM_NETWORK_CHANGES;
42extern const int C20_SEND_MSG_FAIL;
44extern const int C20_SEND_MSG_SUC;
46extern const int C20_RECEIVE_MSG;
48extern const int C20_GET_FILE_UPLOAD;
50extern const int C20_GET_FILE_UPLOAD_FAIL;
52extern const int C20_GET_UPLOAD_URL_CALLBACK;
54extern const int C20_CREATE_P2P_SESSION;
56extern const int C20_CREATE_P2P_SESSION_FAIL;
58extern const int C20_CREATE_P2P_SESSION_CALLBACK;
60extern const int C20_CONNECT_P2P_SESSION;
62extern const int C20_CONNECT_P2P_SESSION_FAIL;
66extern const int C20_CLOSE_P2P_SESSION;
68extern const int C20_CLOSE_P2P_SESSION_FAIL;
70extern const int C20_CLOSE_P2P_SESSION_CALLBACK;
72extern const int C20_LOGIN_TIMEOUT;
74extern const int C20_CREATE;
76extern const int C20_CREATE_FAIL;
77
78
79//#pragma mark - 设备模块
80
82extern const int C21_CREATE;
84extern const int C21_CREATE_FAIL;
86extern const int C21_DESTROY;
88extern const int C21_START_AUDIO_INPUT;
90extern const int C21_START_AUDIO_OUTPUT;
94extern const int C21_START_AUDIO_INPUT_FAIL;
96extern const int C21_START_AUDIO_OUTPUT_FAIL;
98extern const int C21_STOP_AUDIO_INPUT;
100extern const int C21_STOP_AUDIO_OUTPUT;
102extern const int C21_STOP_AUDIO_INPUT_FAIL;
104extern const int C21_STOP_AUDIO_OUTPUT_FAIL;
106extern const int C21_OPEN_CAMERA;
108extern const int C21_OPEN_CAMERA_NOT_PERMISSION;
110extern const int C21_OPEN_CAMERA_FAIL;
112extern const int C21_CLOSE_CAMERA;
114extern const int C21_CLOSE_CAMERA_FAIL;
116extern const int C21_SWITCH_CAMERA;
118extern const int C21_SWITCH_CAMERA_FAIL;
120extern const int C21_SET_CAMERA_PROPERTY;
122extern const int C21_SET_SCREEN_CAPTURE_PROPERTY;
124extern const int C21_ENABLE_SPEAKER;
126extern const int C21_START_SCREEN_CAPTURE;
128extern const int C21_START_SCREEN_CAPTURE_FAIL;
130extern const int C21_START_CAMERA_VIDEO;
132extern const int C21_START_CAMERA_VIDEO_FAIL;
134extern const int C21_START_VIDEO;
136extern const int C21_START_VIDEO_FAIL;
138extern const int C21_VIDEO_ROTATE;
140extern const int C21_STOP_VIDEO;
142extern const int C21_STOP_VIDEO_FAIL;
144extern const int C21_START_VIDEO_FILE;
146extern const int C21_START_VIDEO_FILE_FAIL;
148extern const int C21_STOP_VIDEO_FILE;
150extern const int C21_STOP_VIDEO_FILE_FAIL;
152extern const int C21_SET_VIDEO_ANGEL;
154extern const int C21_VIDEO_FILE_ADD_DATA_FAIL;
156extern const int C21_START_VIDEO_RECORD;
158extern const int C21_START_VIDEO_RECORD_FAIL;
160extern const int C21_STOP_VIDEO_RECORD;
162extern const int C21_STOP_VIDEO_RECORD_FAIL;
164extern const int C21_START_AUDIO_RECORD;
166extern const int C21_START_AUDIO_RECORDED_FAIL;
168extern const int C21_STOP_AUDIO_RECORD;
170extern const int C21_STOP_AUDIO_RECORDED_FAIL;
172extern const int C21_SCREENSHOT;
174extern const int C21_SCREENSHOT_FAIL;
180extern const int C21_RENDERING_START_CALLBACK;
182extern const int C21_VIDEO_ERROR_CALLBACK;
184extern const int C21_SCREEN_PERMISSION_CALLBACK;
186extern const int C21_SNAPSHOT_COMPLETE_CALLBACK;
188extern const int C21_VIDEO_CAPTURE_START_CALLBACK;
190extern const int C21_START_AREA_SCREEN_CAPTURE;
194extern const int C21_STOP_ALL_VIDEO;
196extern const int C21_CHANGE_AUDIO_OUTPUT;
198extern const int C21_AUDIO_ERROR_CALLBACK;
200extern const int C21_AUDIO_INPUT_OCCUPANCY;
202extern const int C21_AUDIO_OUTPUT_OCCUPANCY;
204extern const int C21_DEVICE_ENTER_BACKGROUND;
206extern const int C21_MEMORY_LOW;
208extern const int C21_HARDWARE_RENDER_FAIL;
210extern const int C21_CONTROL_BEAUTY;
212extern const int C21_CONTROL_BEAUTY_FAIL;
214extern const int C21_DEVICE_BACK_FOREGROUND;
216extern const int C21_START_AUDIO_TEST;
218extern const int C21_START_AUDIO_TEST_FAIL;
220extern const int C21_STOP_AUDIO_TEST;
222extern const int C21_STOP_AUDIO_TEST_FAIL;
224extern const int C21_START_RING;
226extern const int C21_START_RING_FAIL;
228extern const int C21_STOP_RING;
230extern const int C21_STOP_RING_FAIL;
232extern const int C21_ENABLE_LOOPBACK;
234extern const int C21_ENABLE_LOOPBACK_FAIL;
236extern const int C21_ENABLE_VIRTUAL_BACKLOT;
238extern const int C21_ENABLE_VIRTUAL_BACKLOT_FAIL;
240extern const int C21_CONTROL_BEAUTY_FILTER;
242extern const int C21_CONTROL_BEAUTY_FILTER_FAIL;
244extern const int C21_VIDEO_ROTATE_FAIL;
246extern const int C21_GET_MIC_LEVEL_FAIL;
248extern const int C21_GET_SPEAKER_LEVEL_FAIL;
250extern const int C21_GET_ANR_NOISE_LEVEL_FAIL;
252extern const int C21_GET_ANR_NOISE_RATIO_FAIL;
254extern const int C21_RECOVERY_RECORD_FILE;
256extern const int C21_RECOVERY_RECORD_FILE_FAIL;
258extern const int C21_AUDIO_INPUT_VOLUME_CHANGE;
260extern const int C21_ENABLE_AUDIO_INPUT_FROM_FILE;
264extern const int C21_SUSPEND_AUDIO_INPUT_FROM_FILE;
268extern const int C21_FILE_AUDIO_INPUT_FINISH;
269
270//#pragma mark - 多方模块
271
273extern const int C22_CREATE;
275extern const int C22_CREATE_FAIL;
277extern const int C22_DESTROY;
279extern const int C22_SET_CUSTOM_PROPERTY_FAIL;
281extern const int C22_QUERY_INFO;
283extern const int C22_QUERY_INFO_FAIL;
285extern const int C22_JOIN_ROOM;
287extern const int C22_JOIN_EX_ROOM;
289extern const int C22_JOIN_ROOM_FAIL;
291extern const int C22_JOIN_JOIN_EX_ROOM_FAIL;
293extern const int C22_ROOM_STATE_CHANGE;
295extern const int C22_LEAVE_ROOM;
297extern const int C22_LEAVE_ROOM_FAIL;
299extern const int C22_UPDATE_LOCAL_RECORD_LAYOUT;
303extern const int C22_LEAVE_RESULT;
305extern const int C22_ENABLE_SEND_LOCAL_AUDIO;
307extern const int C22_ENABLE_SEND_LOCAL_AUDIO_FAIL;
309extern const int C22_ENABLE_SEND_LOCAL_VIDEO;
311extern const int C22_ENABLE_SEND_LOCAL_VIDEO_FAIL;
313extern const int C22_ENABLE_REMOTE_AUDIO_OUTPUT;
317extern const int C22_REQUEST_OTHER_VIDEO;
319extern const int C22_REQUEST_OTHER_VIDEO_FAIL;
321extern const int C22_REQUEST_OTHER_SCREEN_VIDEO;
325extern const int C22_ENABLE_LOCAL_RECORD;
327extern const int C22_ENABLE_LOCAL_RECORD_FAIL;
329extern const int C22_ENABLE_CDN;
331extern const int C22_ENABLE_CDN_FAIL;
333extern const int C22_ENABLE_CDN_SEND_KEY_INTERVAL;
337extern const int C22_ENABLE_REMOTE_RECORD;
339extern const int C22_ENABLE_REMOTE_RECORD_FAIL;
341extern const int C22_ENABLE_SCREEN_SHARE;
343extern const int C22_ENABLE_SCREEN_SHARE_FAIL;
345extern const int C22_SET_SCREEN_CAPTURE;
347extern const int C22_SET_SCREEN_CAPTURE_FAIL;
349extern const int C22_SET_CUSTOM_PROPERTY;
351extern const int C22_SEND_MSG;
353extern const int C22_SEND_MSG_FAIL;
355extern const int C22_GET_STATISTICS;
357extern const int C22_GET_STATISTICS_FAIL;
359extern const int C22_INVITE_SIP_USER;
361extern const int C22_INVITE_SIP_USER_FAIL;
363extern const int C22_GET_JSON_STATS;
365extern const int C22_GET_JSON_STATS_FAIL;
367extern const int C22_SET_ASPECT_RATIO;
369extern const int C22_SET_ASPECT_RATIO_FAIL;
371extern const int C22_GET_CUSTOM_PROPERTY;
373extern const int C22_GET_CUSTOM_PROPERTY_FAIL;
375extern const int C22_VIDEO_EMPTY_PACK;
377extern const int C22_VIDEO_EMPTY_PACK_FAIL;
379extern const int C22_AUDIO_EMPTY_PACK;
381extern const int C22_AUDIO_EMPTY_PACK_FAIL;
383extern const int C22_SET_VIDEO_DOT;
385extern const int C22_SET_VIDEO_DOT_FAIL;
387extern const int C22_QUERY_INFO_CALLBACK;
389extern const int C22_PROPERTY_CHANGE_CALLBACK;
391extern const int C22_PARTICIPANT_JOIN_CALLBACK;
393extern const int C22_PARTICIPANT_LEAVE_CALLBACK;
395extern const int C22_PARTICIPANT_UPDATE_CALLBACK;
397extern const int C22_MESSAGE_RECEIVED_CALLBACK;
399extern const int C22_JOIN_ROOM_CALLBACK;
401extern const int C22_INVITE_SIP_USER_CALLBACK;
403extern const int C22_DELIVERY_ABORT_CALLBACK;
405extern const int C22_SYSTEM_PHONE_RING;
407extern const int C22_SYSTEM_PHONE_TALKING;
409extern const int C22_BIZ_BEGIN;
411extern const int C22_BIZ_END;
413extern const int C22_UN_REQUEST_OTHER_VIDEO;
415extern const int C22_UN_REQUEST_OTHER_VIDEO_FAIL;
417extern const int C22_UN_REQUEST_OTHER_SCREEN_VIDEO;
421extern const int C22_SYSTEM_PHONE_IDLE;
423extern const int C22_BIND_VIDEO_TO_ROOM_FAIL;
425extern const int C22_ENABLE_AUDIO_INPUT_FROM_FILE;
429extern const int C22_SUSPEND_AUDIO_INPUT_FROM_FILE;
437extern const int C22_FILE_AUDIO_INPUT_FINISH;
439extern const int C22_ENABLE_HOLD_SCREEN_SHARE;
441extern const int C22_ENABLE_HOLD_SCREEN_SHARE_FAIL;
443extern const int C22_GATEWAY_CONNECT_ERROR;
445extern const int C22_MEDIA_CONNECT_ERROR;
447extern const int C22_UPDATE_REMOTE_RECORD_LAYOUT;
455extern const int C22_ENABLE_MIC_AGC;
457extern const int C22_ENABLE_MIC_AGC_FAIL;
459extern const int C22_ENABLE_REMOTE_ADVANCED_RECORD;
465extern const int C22_SET_SUB_SCREEN_SHARE;
467extern const int C22_SET_SUB_SCREEN_SHARE_FAIL;
469extern const int C22_GET_SUB_SCREEN_SHARE_FAIL;
471extern const int C22_KICK_USER;
473extern const int C22_KICK_USER_FAIL;
475extern const int C22_KICK_USER_CALLBACK;
476
477
478#pragma mark - 视频客服-座席
479
481extern const int C23_CREATE;
483extern const int C23_CREATE_FAIL;
485extern const int C23_DESTROY;
487extern const int C23_QUERY_ALL_GROUPS;
489extern const int C23_CHECK_IN;
491extern const int C23_CHECK_OUT;
495extern const int C23_ANSWER_FAIL;
497extern const int C23_ANSWER;
499extern const int C23_TERM_CALL;
501extern const int C23_TERM_CALL_FAIL;
503extern const int C23_RESPONSE_CANCEL_INVITE;
505extern const int C23_RESPONSE_CANCEL_INVITE_FAIL;
507extern const int C23_APPLY_STATE_PAUSE;
509extern const int C23_APPLY_STATE_PAUSE_FAIL;
511extern const int C23_ENABLE_AUDIO_FAIL;
513extern const int C23_ENABLE_VIDEO_FAIL;
515extern const int C23_QUERY_AVAILABLE_AGENTS_LIST;
517extern const int C23_TRANSFER_CALL;
519extern const int C23_TRANSFER_CALL_FAIL;
521extern const int C23_QUERY_ALL_GROUPS_FAIL;
523extern const int C23_INVITE_THIRD_AGENT;
525extern const int C23_INVITE_THIRD_AGENT_FAIL;
527extern const int C23_RESPONSE_URGENT_REQUEST;
529extern const int C23_RESPONSE_URGENT_REQUEST_FAIL;
531extern const int C23_ROOM_ERROR;
533extern const int C23_SEND_MSG_FAIL;
535extern const int C23_GET_HOLD_STATE;
537extern const int C23_GET_HOLD_STATE_FAIL;
539extern const int C23_GUEST_LEAVE;
541extern const int C23_SET_HOLD_STATE;
543extern const int C23_SET_HOLD_STATE_FAIL;
545extern const int C23_TURN_CALL_TYPE;
547extern const int C23_TURN_CALL_TYPE_FAIL;
549extern const int C23_SEND_MESSAGE_FAIL;
551extern const int C23_REQUEST_SIGN;
553extern const int C23_REQUEST_SIGN_FAIL;
555extern const int C23_ONEWAY_VIDEO;
557extern const int C23_ONEWAY_VIDEO_FAIL;
559extern const int C23_CONTROL_RECORD;
561extern const int C23_CONTROL_RECORD_FAIL;
563extern const int C23_CHECK_IN_CALLBACK;
565extern const int C23_CHECK_IN_FAIL;
567extern const int C23_CHECK_OUT_FAIL;
569extern const int C23_CHECK_OUT_CALLBACK;
571extern const int C23_JOIN_CALLBACK;
573extern const int C23_KEEP_ALIVE_FAIL;
575extern const int C23_APPLY;
577extern const int C23_APPLY_FAIL;
579extern const int C23_RECALL;
581extern const int C23_RECALL_FAIL;
583extern const int C23_QUERY_ALL_GROUPS_CALLBACK;
587extern const int C23_URGENT_RESPONSE_CALLBACK;
589extern const int C23_URGENT_REQUEST_CALLBACK;
591extern const int C23_CALL_PROPERTY_CALLBACK;
593extern const int C23_HOLD_CHANGE_CALLBACK;
595extern const int C23_CALL_TYPE_CHANGE_CALLBACK;
597extern const int C23_TRANSFER_CALL_RESULT_CALLBACK;
599extern const int C23_APPLY_RESULT_CALLBACK;
601extern const int C23_QUERY_WAIT_COUNT_CALLBACK;
603extern const int C23_CALL_STATE_CHANGE_CALLBACK;
605extern const int C23_MEMBER_JOIN_CALLBACK;
607extern const int C23_MEMBER_LEAVE_CALLBACK;
609extern const int C23_RECEIVE_MSG_CALLBACK;
611extern const int C23_RECEIVE_TEXT_MSG_CALLBACK;
613extern const int C23_SIGN_REQUEST_CALLBACK;
615extern const int C23_CALLER_WAIT_TIME_CALLBACK;
617extern const int C23_INVITE_THIRD_AGENT_CALLBACK;
619extern const int C23_DELIVERY_ABORT_CALLBACK;
621extern const int C23_INVITE_THIRD_GUEST;
623extern const int C23_INVITE_THIRD_GUEST_FAIL;
625extern const int C23_INVITE_THIRD_GUEST_CALLBACK;
627extern const int C23_BIZ_BEGIN;
629extern const int C23_BIZ_END;
631extern const int C23_SEND_NOTIFY_MESSAGE_FAIL;
635extern const int C23_ONEWAY_VIDEO_REQUEST_CALLBACK;
637extern const int C23_SET_RECORD_EXTRA_INFO_FAIL;
639extern const int C23_SIGN_RESPONSE_CALLBACK;
640
642extern const int C23_JOIN_CALL;
644extern const int C23_JOIN_CALL_FAIL;
646extern const int C23_SWITCH_PART_ROLE;
648extern const int C23_SWITCH_PART_ROLE_FAIL;
650extern const int C23_SWITCH_PART_ROLE_CALLBACK;
652extern const int C23_KICK_PARTICIPANT;
654extern const int C23_KICK_PARTICIPANT_FAIL;
656extern const int C23_KICK_PARTICIPANT_CALLBACK;
657
658#pragma mark - 视频客服-访客
659
661extern const int C24_CREATE;
663extern const int C24_CREATE_FAIL;
665extern const int C24_DESTROY;
667extern const int C24_QUERY_ALL_GROUP;
669extern const int C24_CALL;
671extern const int C24_CALL_FAIL;
673extern const int C24_TERM_CALL;
675extern const int C24_TERM_CALL_FAIL;
677extern const int C24_URGENT_REQUEST_FAIL;
679extern const int C24_RESPONSE_INVITE;
681extern const int C24_RESPONSE_INVITE_FAIL;
683extern const int C24_QUERY_ALL_GROUPS_FAIL;
685extern const int C24_GET_HOLD_STATE;
687extern const int C24_GET_HOLD_STATE_FAIL;
689extern const int C24_RESPONSE_CANCEL_INVITE;
691extern const int C24_RESPONSE_CANCEL_INVITE_FAIL;
693extern const int C24_TURN_CALL_TYPE;
695extern const int C24_TURN_CALL_TYPE_FAIL;
697extern const int C24_JOIN_CALLBACK;
699extern const int C24_LEAVE_CALLBACK;
701extern const int C24_ROOM_ERROR;
703extern const int C24_CHECK_VERIFY_CALLBACK;
705extern const int C24_URGENT_CALLBACK;
707extern const int C24_HOLD_CHANGE_CALLBACK;
711extern const int C24_CALL_PROPERTY_CHANGE_CALLBACK;
713extern const int C24_CALL_STATE_CHANGE_CALLBACK;
715extern const int C24_MEMBER_JOIN_CALLBACK;
717extern const int C24_MEMBER_LEAVE_CALLBACK;
719extern const int C24_RECEIVE_MSG_CALLBACK;
721extern const int C24_RECEIVE_TEXT_MSG_CALLBACK;
723extern const int C24_SIGN_REQUEST_CALLBACK;
725extern const int C24_ONEWAY_VIDEO_REQUEST_CALLBACK;
727extern const int C24_INVITE_DECLINED_CALLBACK;
729extern const int C24_DELIVERY_ABORT_CALLBACK;
731extern const int C24_QUERY_ALL_GROUPS_CALLBACK;
733extern const int C24_QUERY_CONF;
735extern const int C24_QUERY_CONF_FAIL;
737extern const int C24_ANSWER;
739extern const int C24_ANSWER_FAIL;
743extern const int C24_BIZ_BEGIN;
745extern const int C24_BIZ_END;
747extern const int C24_SEND_NOTIFY_MESSAGE_FAIL;
751extern const int C24_SET_RECORD_EXTRA_INFO_FAIL;
753extern const int C24_RESPONSE_SIGN;
755extern const int C24_RESPONSE_SIGN_FAIL;
756
757#pragma mark - 多方通话-MpCall
758
760extern const int C53_CREATE;
762extern const int C53_CREATE_FAIL;
764extern const int C53_BIZ_BEGIN;
766extern const int C53_BIZ_END;
768extern const int C53_JOIN_CALL;
770extern const int C53_JOIN_CALL_FAIL;
772extern const int C53_INVITE;
774extern const int C53_INVITE_FAIL;
776extern const int C53_LEAVE_CALL;
778extern const int C53_LEAVE_CALL_FAIL;
780extern const int C53_STOP_CALL;
782extern const int C53_STOP_CALL_FAIL;
784extern const int C53_CANCEL_INVITE;
786extern const int C53_CANCEL_INVITE_FAIL;
788extern const int C53_ACCEPT_INVITE;
790extern const int C53_ACCEPT_INVITE_FAIL;
792extern const int C53_REJECT_INVITE;
794extern const int C53_REJECT_INVITE_FAIL;
796extern const int C53_INVITE_RECEIVED;
798extern const int C53_CANCEL_INVITE_RECEIVED;
800extern const int C53_ACCEPT_INVITE_RECEIVED;
802extern const int C53_REJECT_INVITE_RECEIVED;
804extern const int C53_DESTROY;
805
const int C24_RESPONSE_CANCEL_INVITE
响应取消邀请 114014
const int C22_UPDATE_LOCAL_RECORD_LAYOUT
更新本地录制自定义布局 112014
const int C21_STOP_AUDIO_OUTPUT_FAIL
关闭音频输出设备失败 111011
const int C21_START_AUDIO_RECORD
开启音频录制 111041
const int C23_KICK_PARTICIPANT_CALLBACK
踢出通话成员结果回调 113097
const int C23_ONEWAY_VIDEO_REQUEST_CALLBACK
座席单向视频回调 113078
const int C24_TURN_CALL_TYPE_FAIL
音视频通话切换失败 114017
const int C53_REJECT_INVITE_FAIL
拒绝邀请失败
const int C23_INVITE_THIRD_GUEST
邀请第三方访客加入 113071
const int C20_CALL_MTC_LOGIN_SUC
登录MTC接口调用成功 110004
const int C23_DESTROY
销毁座席对象 113002
const int C21_START_AUDIO_INPUT_NOT_MIC_PERMISSION
打开音频输入设备(未获得麦克风权限)111005
const int C20_SYSTEM_NETWORK_CHANGES
系统网络变化 110012
const int C20_CLOSE_P2P_SESSION_FAIL
关闭 P2P 会话失败 110026
const int C53_ACCEPT_INVITE
接受邀请
const int C20_LOGIN_TIMEOUT
登录超时 110028
const int C20_LOGIN_SUC
登录成功 110006
const int C22_QUERY_INFO_CALLBACK
查询结果回调 112058
const int C22_INVITE_SIP_USER
邀请Sip用户 112044
const int C24_INVITE_DECLINED_CALLBACK
邀请被拒绝回调 114033
const int C22_ENABLE_REMOTE_ADVANCED_RECORD_FAIL
开关增强录制失败 112102
const int C23_INVITE_THIRD_AGENT_CALLBACK
邀请座席结果回调 113068
const int C24_TERM_CALL
结束通话 114006
const int C21_STOP_AUDIO_RECORDED_FAIL
停止音频录制(未录制等原因)111044
const int C21_GET_ANR_NOISE_LEVEL_FAIL
获取环境噪声失败 111084
const int C22_JOIN_ROOM_CALLBACK
加入房间回调 112064
const int C53_JOIN_CALL
加入通话
const int C24_CALL_FAIL
呼叫失败 114005
const int C21_AUDIO_INPUT_VOLUME_CHANGE
输入音量变化通知
const int C22_PARTICIPANT_JOIN_CALLBACK
房间成员加入回调 112060
const int C21_STOP_AUDIO_TEST_FAIL
停止检测音频设备失败 111070
const int C23_QUERY_AVAILABLE_AGENTS_LIST
查询指定组号的空闲座席 113017
const int C21_VIDEO_FILE_ADD_DATA_FAIL
向文件视频源逐帧添加视频数据失败(未开启视频文件作为视频输入源)111036
const int C22_GET_CUSTOM_PROPERTY_FAIL
获取自定义房间属性失败 112051
const int C21_CONTROL_BEAUTY_FAIL
美颜控制失败 111065
const int C22_ENABLE_REMOTE_ADVANCED_RECORD
开关增强录制 112101
const int C22_SET_CUSTOM_PROPERTY_FAIL
设置自定义属性失败 112003
const int C23_APPLY_FAIL
同步排队机状态失败 113048
const int C21_START_AUDIO_OUTPUT_FAIL
打开音频输出设备失败 111007
const int C53_INVITE_RECEIVED
收到邀请
const int C22_KICK_USER_FAIL
踢出成员失败
const int C23_REQUEST_SIGN
请求访客签名 113035
const int C23_JOIN_CALLBACK
加入房间回调 113045
const int C23_HOLD_CHANGE_CALLBACK
收到保持取回的通知回调 113056
const int C53_CANCEL_INVITE
取消邀请
const int C22_LEAVE_ROOM
离开房间 112012
const int C23_CHECK_IN
签入 113004
const int C23_CALL_PROPERTY_CALLBACK
通话属性改变回调 113055
const int C23_KEEP_ALIVE_FAIL
保活失败 113046
const int C53_REJECT_INVITE_RECEIVED
收到拒绝邀请
const int C23_CALLER_WAIT_TIME_CALLBACK
客户呼叫等待时长回调 113067
const int C23_INVITE_THIRD_AGENT
邀请其他座席加入 113021
const int C21_SET_CAMERA_PROPERTY
设置摄像头采集属性 111019
const int C23_TERM_CALL_FAIL
结束通话失败 113010
const int C21_SCREEN_PERMISSION_CALLBACK
屏幕共享权限申请结果 111051
const int C22_QUERY_INFO
查询房间相关信息 112004
const int C23_APPLY_STATE_PAUSE
主动发起示忙示闲 113013
const int C53_CANCEL_INVITE_RECEIVED
收到取消邀请
const int C22_GET_STATISTICS
获取统计信息 112042
const int C23_TRANSFER_CALL_RESULT_CALLBACK
转接的结果回调 113058
const int C22_SYSTEM_PHONE_IDLE
系统通话结束/挂断事件 112075
const int C22_ENABLE_REMOTE_ADVANCED_RECORD_CALLBACK
开关增强录制结果回调 112103
const int C23_TURN_CALL_TYPE
音视频通话切换 113032
const int C23_SEND_MESSAGE_FAIL
发送消息失败 113034
const int C22_SEND_MSG
发送消息 112040
const int C21_CREATE
创建设备管理对象 111000
const int C23_GUEST_LEAVE
访客离开 113029
const int C21_VIDEO_ERROR_CALLBACK
视频异常回调 111050
const int C22_PROPERTY_CHANGE_CALLBACK
房间属性变化回调 112059
const int C21_OPEN_CAMERA
开启摄像头 111012
const int C23_KICK_PARTICIPANT
踢出通话成员 113095
const int C20_CREATE
创建登录管理对象 110029
const int C24_BIZ_END
业务结束 114045
const int C20_CLOSE_P2P_SESSION_CALLBACK
关闭 P2P 会话回调 110027
const int C23_RESPONSE_CANCEL_INVITE_FAIL
回应排队机取消邀请失败 113012
const int C23_GET_HOLD_STATE_FAIL
获取当前通话保持状态失败 113028
const int C22_DESTROY
销毁房间对象 112002
const int C53_STOP_CALL_FAIL
结束通话失败
const int C21_OPEN_CAMERA_FAIL
开启摄像头(MTC开启接口返回失败等原因)111014
const int C22_SET_ASPECT_RATIO
设置宽高比 112048
const int C23_CREATE_FAIL
创建座席对象失败 113001
const int C22_LEAVE_ROOM_FAIL
离开房间失败 112013
const int C21_MEMORY_LOW
内存低 111062
const int C23_CHECK_IN_FAIL
签入失败 113042
const int C23_SWITCH_PART_ROLE
切换自己在通话中角色 113092
const int C22_SET_VIDEO_DOT_FAIL
视频打点失败 112057
const int C22_UN_REQUEST_OTHER_VIDEO_FAIL
取消订阅房间中其他用户的视频流失败 112072
const int C22_GET_JSON_STATS_FAIL
获取天赛实时统计信息失败 112047
const int C21_SWITCH_CAMERA
切换摄像头 111017
const int C22_KICK_USER_CALLBACK
踢出成员回调
const int C21_STOP_AUDIO_OUTPUT
关闭音频输出 111009
const int C23_MEMBER_JOIN_CALLBACK
通话中有新成员加入回调 113062
const int C23_QUERY_WAIT_COUNT_CALLBACK
查询排队人数结果回调 113060
const int C53_INVITE
邀请成员
const int C23_URGENT_RESPONSE_CALLBACK
处理加急结果回调 113053
const int C24_QUERY_CONF_FAIL
查询房间信息失败 114040
const int C23_URGENT_REQUEST_CALLBACK
处理请求加急结果回调 113054
const int C24_HOLD_CHANGE_CALLBACK
收到保持取回的通知取回回调 114023
const int C21_STOP_VIDEO_FAIL
停止预览视频失败 111030
const int C22_INVITE_RECORD_AGENT_TO_OTHER_ROOM
邀请录制虚拟成员进入其他房间 112081
const int C22_VIDEO_EMPTY_PACK_FAIL
视频发送空包失败 112053
const int C23_RESPONSE_URGENT_REQUEST
应答加急请求 113023
const int C23_SWITCH_PART_ROLE_CALLBACK
切换自己在通话中角色结果回调 113094
const int C21_STOP_VIDEO_FILE_FAIL
关闭文件视频源,未打开文件视频源 111034
const int C23_CONTROL_RECORD
控制远程录制 113039
const int C22_ENABLE_SCREEN_SHARE_FAIL
开关屏幕共享失败 112036
const int C22_REQUEST_OTHER_VIDEO_FAIL
请求房间中其他用户的视频流失败(远端用户未开启视频)112024
const int C21_STOP_AUDIO_RECORD
停止音频录制 111043
const int C22_ENABLE_CDN
开关Cdn推流 112029
const int C22_REQUEST_OTHER_VIDEO
请求房间中其他用户的视频流 112023
const int C24_ONEWAY_VIDEO_REQUEST_CALLBACK
收到单向视频请求回调 114032
const int C21_START_VIDEO_FILE
开启视频文件作为视频输入源 111031
const int C21_SET_SCREEN_CAPTURE_PROPERTY
设置屏幕共享采集属性 111020
const int C22_ENABLE_CDN_FAIL
开关Cdn推流失败 112030
const int C22_JOIN_ROOM
加入房间 112006
const int C21_DEVICE_BACK_FOREGROUND
手机端切换到前台 111066
const int C24_SEND_NOTIFY_MESSAGE_FAIL
发送通知消息失败 114046
const int C21_SCREENSHOT_FAIL
截图失败(参数存在为空异常)111046
const int C23_MEMBER_LEAVE_CALLBACK
通话中有新成员离开回调 113063
const int C22_ENABLE_REMOTE_AUDIO_OUTPUT
开关远端音频输出 112021
const int C22_ENABLE_MIC_AGC_FAIL
开关自动增益控制失败 112100
const int C24_DESTROY
销毁访客对象 114002
const int C21_SWITCH_CAMERA_FAIL
切换摄像头(MTC切换接口返回失败等原因)111018
const int C22_SET_SUB_SCREEN_SHARE_FAIL
设置订阅屏幕共享属性失败 112107
const int C23_JOIN_CALL_FAIL
加入通话失败 113091
const int C53_ACCEPT_INVITE_RECEIVED
收到接受邀请
const int C23_RECEIVE_TEXT_MSG_CALLBACK
接收房间文本消息的回调 113065
const int C21_START_AUDIO_INPUT_FAIL
打开音频输入设备失败 111006
const int C21_STOP_AUDIO_INPUT
关闭音频输入 111008
const int C22_UN_REQUEST_OTHER_SCREEN_VIDEO
取消订阅房间成员屏幕共享的视频流 112073
const int C23_QUERY_ALL_GROUPS_CALLBACK
查询业务组号回调 113051
const int C22_ENABLE_SEND_LOCAL_VIDEO
开关发送本地视频流 112019
const int C21_FILE_AUDIO_INPUT_FINISH
本地文件音频源输入完成
const int C22_SYSTEM_PHONE_TALKING
系统通话建立/去电事件 112068
const int C22_GATEWAY_CONNECT_ERROR
WebRoomGateway连接失败 112086
const int C23_ANSWER_FAIL
接听失败 113007
const int C22_JOIN_JOIN_EX_ROOM_FAIL
加入房间失败(客服内部使用)112009
const int C24_CALL_PROPERTY_CHANGE_CALLBACK
通话属性改变回调 114025
const int C24_ANSWER
接听 114041
const int C23_ONEWAY_VIDEO_FAIL
请求开关单向视频失败 113038
const int C23_SIGN_RESPONSE_CALLBACK
收到签名请求结果回调 113080
const int C23_TRANSFER_CALL
转接 113018
const int C21_STOP_VIDEO_RECORD
停止视频录制 111039
const int C21_START_AUDIO_OUTPUT
打开音频输出 111004
const int C21_VIDEO_ROTATE_FAIL
视频渲染旋转角度失败 111081
const int C24_RECEIVE_TEXT_MSG_CALLBACK
接收文本消息的回调 114030
const int C21_START_RING_FAIL
开始播放音频失败 111072
const int C21_ENABLE_SPEAKER
开关扬声器 111021
const int C21_AUDIO_OUTPUT_TYPE_CHANGE_CALLBACK
音频输出类型变化回调 111047
const int C22_SET_CUSTOM_PROPERTY
设置自定义属性 112039
const int C22_JOIN_EX_ROOM
加入房间(客服内部使用)112007
const int C24_URGENT_CALLBACK
座席处理加急的结果回调 114022
const int C24_SIGN_REQUEST_CALLBACK
收到签名请求回调 114031
const int C20_SEND_MSG_FAIL
发送在线消息失败 110013
const int C23_SWITCH_PART_ROLE_FAIL
切换自己在通话中角色失败 113093
const int C22_UPDATE_LOCAL_RECORD_LAYOUT_FAIL
更新本地录制自定义布局失败 112015
const int C22_MEDIA_CONNECT_ERROR
小程序、H5媒体连接连接失败 112087
const int C20_INIT_SUC
初始化成功 110000
const int C22_ENABLE_MIC_AGC
开关自动增益控制 112099
const int C21_CONTROL_BEAUTY
美颜控制 111064
const int C22_PARTICIPANT_LEAVE_CALLBACK
房间成员离开回调 112061
const int C24_CALL
呼叫 114004
const int C21_ENABLE_LOOPBACK
开关loopback音频采集 111075
const int C21_SUSPEND_AUDIO_INPUT_FROM_FILE_FAIL
暂停/继续播放语音文件失败
const int C21_START_VIDEO_FAIL
开启预览视频失败 111027
const int C20_CLOSE_P2P_SESSION
关闭 P2P 会话 110025
const int C21_CREATE_FAIL
创建设备管理对象失败 111001
const int C22_REQUEST_OTHER_SCREEN_VIDEO
请求房间成员屏幕共享的视频流 112025
const int C53_BIZ_BEGIN
业务开始
const int C21_CHANGE_AUDIO_OUTPUT
音频输出切换 111057
const int C23_CONTROL_RECORD_FAIL
控制远程录制失败 113040
const int C21_STOP_RING_FAIL
结束播放音频失败 111074
const int C24_RESPONSE_SIGN_FAIL
响应请求访客签名结果失败 114050
const int C23_SET_RECORD_EXTRA_INFO_FAIL
座席设置录制扩展参数失败 113079
const int C23_TRANSFER_CALL_FAIL
转接(MTC转接接口返回失败)113019
const int C22_ENABLE_HOLD_SCREEN_SHARE
暂停/继续屏幕共享 112084
const int C22_VIDEO_EMPTY_PACK
视频发送空包 112052
const int C22_MESSAGE_RECEIVED_CALLBACK
收到消息回调 112063
const int C21_START_SCREEN_CAPTURE
开关屏幕共享 111022
const int C22_ENABLE_SEND_LOCAL_AUDIO_FAIL
开关发送本地音频流失败 112018
const int C23_RECALL_FAIL
回呼失败 113050
const int C21_DESTROY
销毁(反初始化)111002
const int C23_CHECK_IN_CALLBACK
签入结果回调 113041
const int C22_FILE_AUDIO_INPUT_FINISH
本地文件音频源输入完成 112083
const int C20_RECEIVE_MSG
收到在线消息 110015
const int C22_SET_VIDEO_DOT
视频打点 112056
const int C22_REQUEST_OTHER_SCREEN_VIDEO_FAIL
请求房间成员屏幕共享的视频流失败 112026
const int C23_QUERY_AVAILABLE_AGENTS_LIST_CALLBACK
查询指定组号的空闲座席回调 113052
const int C21_CLOSE_CAMERA_FAIL
关闭摄像头(MTC关闭接口返回失败)111016
const int C23_SET_HOLD_STATE_FAIL
保持取回失败 113031
const int C23_CHECK_OUT_CALLBACK
签出成功回调 113044
const int C24_ANSWER_FAIL
接听失败 114042
const int C23_APPLY
同步排队机状态 113047
const int C21_CONTROL_BEAUTY_FILTER_FAIL
设置摄像头滤镜失败 111080
const int C20_CALL_SEND_MSG
发送在线消息接口被调用 110011
const int C23_SEND_NOTIFY_MESSAGE_FAIL
发送通知消息失败 113076
const int C21_GET_MIC_LEVEL_FAIL
获取麦克风音量失败 111082
const int C21_AUDIO_OUTPUT_OCCUPANCY
音频输出被占用 111060
const int C21_START_AREA_SCREEN_CAPTURE_FAIL
开关关闭区域失败 111055
const int C22_JOIN_ROOM_FAIL
加入房间失败 112008
const int C53_STOP_CALL
结束通话
const int C24_MEMBER_JOIN_CALLBACK
通话中成员加入回调 114027
const int C20_CREATE_P2P_SESSION_FAIL
创建 P2P 会话失败 110020
const int C20_SET_FOREGROUND
设置是否为前台 110002
const int C23_CREATE
创建座席对象 113000
const int C22_GET_STATISTICS_FAIL
获取统计信息失败 112043
const int C21_ENABLE_LOOPBACK_FAIL
开关loopback音频采集失败 111076
const int C21_START_AREA_SCREEN_CAPTURE
开关关闭区域共享 111054
const int C22_SEND_MSG_FAIL
发送消息失败 112041
const int C21_SET_VIDEO_ANGEL
设置视频窗体角度 111035
const int C21_START_AUDIO_RECORDED_FAIL
开启音频录制(已在录制中)111042
const int C23_INVITE_THIRD_GUEST_FAIL
邀请第三方访客加入失败 113072
const int C24_TERM_CALL_FAIL
结束通话失败(通话初始状态)114007
const int C23_APPLY_RESULT_CALLBACK
示忙示闲的结果回调 113059
const int C22_UPDATE_REMOTE_RECORD_WATERMARK_FAIL
更新远程录制水印信息失败 112098
const int C20_CONNECT_P2P_SESSION_CALLBACK
连接 P2P 会话回调 110024
const int C53_DESTROY
销毁
const int C22_UPDATE_REMOTE_RECORD_WATERMARK
更新远程录制水印信息 112097
const int C21_RECOVERY_RECORD_FILE
恢复录制文件
const int C22_AUDIO_EMPTY_PACK
音频发送空包 112054
const int C20_GET_FILE_UPLOAD
获取文件上传路径 110016
const int C23_DELIVERY_ABORT_CALLBACK
录制异常结果回调 113069
const int C24_RECEIVE_MSG_CALLBACK
接收消息的回调 114029
const int C21_STOP_AUDIO_INPUT_FAIL
关闭音频输入设备失败 111010
const int C21_ENABLE_AUDIO_INPUT_FROM_FILE_FAIL
开始/结束播放本地音频文件作为音频源输入失败
const int C21_VIDEO_CAPTURE_START_CALLBACK
视频采集开始回调 111053
const int C22_ENABLE_CDN_SEND_KEY_INTERVAL_FAIL
设置Cdn推流关键帧间隔失败 112032
const int C22_UN_REQUEST_OTHER_SCREEN_VIDEO_FAIL
取消订阅房间成员屏幕共享的视频流失败 112074
const int C22_UPDATE_REMOTE_RECORD_LAYOUT_FAIL
更新远程录制布局失败 112096
const int C23_BIZ_BEGIN
业务开始 113074
const int C21_STOP_VIDEO_RECORD_FAIL
停止视频录制失败(未处于录制中)111040
const int C20_CONNECT_P2P_SESSION_FAIL
连接 P2P 会话失败 110023
const int C53_CREATE
创建多方通话(MpCall)管理对象
const int C21_OPEN_CAMERA_NOT_PERMISSION
开启摄像头(未允许摄像头权限)111013
const int C23_SIGN_REQUEST_CALLBACK
收到签名请求回调 113066
const int C23_ONEWAY_VIDEO
请求开关单向视频 113037
const int C24_LEAVE_CALLBACK
离开房间回调 114019
const int C20_LOGIN_FAIL
登录失败(未初始化等原因)110005
const int C20_CONNECT_P2P_SESSION
连接 P2P 会话 110022
const int C20_GET_UPLOAD_URL_CALLBACK
获取文件上传路径回调 110018
const int C21_AUDIO_INPUT_OCCUPANCY
音频输入被占用 111059
const int C21_START_CAMERA_VIDEO
开启本地摄像头预览视频 111024
const int C22_ROOM_STATE_CHANGE
房间状态变化 112010
const int C21_SNAPSHOT_COMPLETE_CALLBACK
截图完成 111052
const int C24_MEMBER_LEAVE_CALLBACK
通话中成员离开回调 114028
const int C24_QUERY_CONF
查询房间信息 114039
const int C24_GET_HOLD_STATE
获取当前通话保持状态 114012
const int C22_ENABLE_SEND_LOCAL_AUDIO
开关发送本地音频流 112017
const int C24_TURN_CALL_TYPE_CHANGE_CALLBACK
音视频通话切换通知回调 114024
const int C23_SET_HOLD_STATE
保持取回 113030
const int C21_START_VIDEO_RECORD_FAIL
开始视频录制失败(正在录制)111038
const int C22_ENABLE_LOCAL_RECORD
开关本地录制 112027
const int C23_ROOM_ERROR
房间异常 113025
const int C21_ENABLE_AUDIO_INPUT_FROM_FILE
开始/结束播放本地音频文件作为音频源输入
const int C22_SET_SCREEN_CAPTURE_FAIL
屏幕采集绑定房间失败 112038
const int C21_RENDERING_START_CALLBACK
渲染开始回调 111049
const int C20_DESTROY
销毁(反初始化)110001
const int C22_CREATE_FAIL
创建房间对象失败 112001
const int C20_CLIENT_STATE_CHANGED
账号状态变化 110007
const int C22_AUDIO_EMPTY_PACK_FAIL
音频发送空包失败 112055
const int C21_ENABLE_VIRTUAL_BACKLOT
开关虚拟背景墙 111077
const int C24_CALL_STATE_CHANGE_CALLBACK
通话状态改变回调 114026
const int C24_CHECK_VERIFY_CALLBACK
业务办理结果回调 114021
const int C53_LEAVE_CALL_FAIL
离开通话失败
const int C21_START_VIDEO_RECORD
开始视频录制 111037
const int C24_RECEIVE_NOTIFY_MESSAGE_CALLBACK
收到通知消息 114047
const int C22_ENABLE_HOLD_SCREEN_SHARE_FAIL
暂停/继续屏幕共享失败 112085
const int C23_TERM_CALL
结束通话 113009
const int C20_CALL_LOGIN
登录接口被调用 110003
const int C21_GET_ANR_NOISE_RATIO_FAIL
获取环境信噪比失败 111085
const int C21_DEVICE_ENTER_BACKGROUND
手机端切换到后台 111061
const int C24_SET_RECORD_EXTRA_INFO_FAIL
访客设置录制扩展参数失败 114048
const int C22_CREATE
创建房间对象 112000
const int C22_ENABLE_AUDIO_INPUT_FROM_FILE
开始/结束播放本地音频文件作为音频源输入 112077
const int C22_BIZ_BEGIN
业务开始 112069
const int C23_RESPONSE_URGENT_REQUEST_FAIL
应答加急请求失败 113024
const int C23_JOIN_CALL
加入通话 113090
const int C22_SET_ASPECT_RATIO_FAIL
设置宽高比失败 112049
const int C24_QUERY_ALL_GROUPS_CALLBACK
查询业务组号回调 114037
const int C22_DELIVERY_ABORT_CALLBACK
CD异常回调 112066
const int C20_SEND_MSG_SUC
发送在线消息成功 110014
const int C22_ENABLE_SEND_LOCAL_VIDEO_FAIL
开关发送本地视频流失败 112020
const int C21_GET_SPEAKER_LEVEL_FAIL
获取扬声器音量失败 111083
const int C23_RECALL
回呼 113049
const int C23_TURN_CALL_TYPE_FAIL
音视频通话切换失败 113033
const int C53_ACCEPT_INVITE_FAIL
接受邀请失败
const int C21_SUSPEND_AUDIO_INPUT_FROM_FILE
暂停/继续播放语音文件
const int C21_START_SCREEN_CAPTURE_FAIL
开关屏幕共享失败 111023
const int C23_QUERY_AVAILABLE_AGENTS_LIST_FAIL
查询指定组号的空闲座席失败 113006
const int C21_START_AUDIO_TEST
检测音频设备 111067
const int C23_QUERY_ALL_GROUPS
查询业务组号 113003
const int C21_RECOVERY_RECORD_FILE_FAIL
恢复录制文件失败
const int C23_APPLY_STATE_PAUSE_FAIL
主动发起示忙示闲失败 113014
const int C21_STOP_VIDEO_FILE
关闭文件视频源 111033
const int C22_UPDATE_REMOTE_RECORD_LAYOUT
更新远程录制布局 112095
const int C22_ENABLE_SCREEN_SHARE
开关屏幕共享 112035
const int C20_CREATE_FAIL
创建登录管理对象失败 110030
const int C24_ROOM_ERROR
房间异常 114020
const int C21_START_RING
开始播放音频 111071
const int C20_LOGOUT_SUC
登出成功 110010
const int C23_GET_HOLD_STATE
获取当前通话保持状态 113027
const int C23_CALL_TYPE_CHANGE_CALLBACK
音视频通话切换通知回调 113057
const int C22_ENABLE_CDN_SEND_KEY_INTERVAL
设置Cdn推流关键帧间隔 112031
const int C22_SET_SCREEN_CAPTURE
屏幕采集绑定房间 112037
const int C22_INVITE_RECORD_AGENT_TO_OTHER_ROOM_FAIL
邀请录制虚拟成员进入其他房间失败 112082
const int C23_ENABLE_AUDIO_FAIL
开关发送本地音频失败 113015
const int C22_KICK_USER
踢出成员
const int C20_LOGOUT_FAIL
登出失败 110009
const int C24_GET_HOLD_STATE_FAIL
获取当前通话保持状态失败 114013
const int C24_TURN_CALL_TYPE
音视频通话切换 114016
const int C24_JOINED_AS_THIRD_ACTOR_CALLBACK
已作为第三方访客进入房间回调 114043
const int C53_BIZ_END
业务结束
const int C22_ENABLE_AUDIO_INPUT_FROM_FILE_FAIL
开始/结束播放本地音频文件作为音频源输入失败 112078
const int C21_START_VIDEO
开启预览视频 111026
const int C22_GET_JSON_STATS
获取天赛实时统计信息 112046
const int C22_QUERY_INFO_FAIL
查询失败 112005
const int C21_CLOSE_CAMERA
关闭摄像头 111015
const int C22_UN_REQUEST_OTHER_VIDEO
取消订阅房间中其他用户的视频流 112071
const int C23_ANSWER
接听 113008
const int C22_INVITE_SIP_USER_CALLBACK
邀请sip用户结果回调 112065
const int C23_RECEIVE_NOTIFY_MESSAGE_CALLBACK
收到通知消息 113077
const int C21_START_AUDIO_TEST_FAIL
检测音频设备失败 111068
const int C22_PARTICIPANT_UPDATE_CALLBACK
房间成员属性变化回调 112062
const int C22_GET_CUSTOM_PROPERTY
获取自定义房间属性 112050
const int C24_RESPONSE_SIGN
响应请求访客签名结果 114049
const int C22_BIND_VIDEO_TO_ROOM_FAIL
绑定视频流到房间失败 112076
const int C23_ENABLE_VIDEO_FAIL
开关发送本地视频失败 113016
const int C24_CREATE_FAIL
创建访客对象失败 114001
const int C21_ENABLE_VIRTUAL_BACKLOT_FAIL
开关虚拟背景墙失败 111078
const int C22_ENABLE_REMOTE_RECORD_FAIL
开关远程视频录制失败 112034
const int C23_CHECK_OUT
签出 113005
const int C23_RECEIVE_MSG_CALLBACK
接收房间消息的回调 113064
const int C24_QUERY_ALL_GROUPS_FAIL
获取业务组列表失败 114011
const int C22_SUSPEND_AUDIO_INPUT_FROM_FILE_FAIL
暂停/继续播放语音文件失败 112080
const int C24_RESPONSE_INVITE_FAIL
响应邀请失败 114010
const int C23_CHECK_OUT_FAIL
签出失败 113043
const int C22_ENABLE_LOCAL_RECORD_FAIL
开关本地录制失败 112028
const int C20_CREATE_P2P_SESSION_CALLBACK
创建 P2P 会话回调 110021
const int C53_LEAVE_CALL
离开通话
const int C21_HARDWARE_RENDER_FAIL
硬件渲染失败 111063
const int C23_RESPONSE_CANCEL_INVITE
回应排队机取消邀请 113011
const int C21_START_CAMERA_VIDEO_FAIL
开始本地摄像头预览视频失败 111025
const int C21_AUDIO_ERROR_CALLBACK
音频异常回调 111058
const int C23_INVITE_THIRD_AGENT_FAIL
邀请其他座席加入失败 113022
const int C20_CREATE_P2P_SESSION
创建 P2P 会话 110019
const int C20_CALL_LOGOUT
登出接口被调用 110008
const int C23_KICK_PARTICIPANT_FAIL
踢出通话成员失败 113096
const int C22_SET_SUB_SCREEN_SHARE
设置订阅屏幕共享属性 112106
const int C23_BIZ_END
业务结束 113075
const int C23_REQUEST_SIGN_FAIL
请求访客签名失败 113036
const int C21_START_AUDIO_INPUT
打开音频输入 111003
const int C23_CALL_STATE_CHANGE_CALLBACK
通话状态改变回调 113061
const int C53_INVITE_FAIL
邀请成员失败
const int C21_START_VIDEO_FILE_FAIL
开启视频文件作为视频输入源(已开启视频文件作为视频输入源)111032
const int C21_STOP_VIDEO
停止预览视频 111029
const int C21_STOP_RING
结束播放音频 111073
const int C22_ENABLE_REMOTE_AUDIO_OUTPUT_FAIL
开关远端音频输出失败 112022
const int C21_CONTROL_BEAUTY_FILTER
设置摄像头滤镜 111079
const int C21_VIDEO_ROTATE
视频渲染旋转角度 111028
const int C23_QUERY_ALL_GROUPS_FAIL
获取业务组列表失败 113020
const int C22_SYSTEM_PHONE_RING
系统来电事件 112067
const int C23_INVITE_THIRD_GUEST_CALLBACK
邀请第三方访客结果回调 113073
const int C53_CREATE_FAIL
创建多方通话(MpCall)管理对象失败
const int C24_RESPONSE_INVITE
响应邀请 114009
const int C21_STOP_AUDIO_TEST
停止检测音频设备 111069
const int C20_GET_FILE_UPLOAD_FAIL
获取文件上传路径失败 110017
const int C24_CREATE
创建访客对象 114000
const int C24_URGENT_REQUEST_FAIL
请求加急失败 114008
const int C21_RECEIVE_FIRST_FRAME_DATA_CALLBACK
收到第一帧数据回调 111048
const int C22_GET_SUB_SCREEN_SHARE_FAIL
获取订阅屏幕共享属性失败 112108
const int C22_ENABLE_REMOTE_RECORD
开关远程视频录制 112033
const int C22_LEAVE_RESULT
离开房间回调 112016
const int C24_BIZ_BEGIN
业务开始 114044
const int C22_BIZ_END
业务结束 112070
const int C53_CANCEL_INVITE_FAIL
取消邀请失败
const int C24_DELIVERY_ABORT_CALLBACK
录制异常回调 114036
const int C22_SUSPEND_AUDIO_INPUT_FROM_FILE
暂停/继续播放语音文件 112079
const int C53_REJECT_INVITE
拒绝邀请
const int C23_SEND_MSG_FAIL
透明通道发送消息 113026
const int C24_RESPONSE_CANCEL_INVITE_FAIL
响应取消邀请失败 114015
const int C21_STOP_ALL_VIDEO
停止所有视频 111056
const int C21_SCREENSHOT
截图 111045
const int C24_QUERY_ALL_GROUP
获取业务组列表 114003
const int C53_JOIN_CALL_FAIL
加入通话失败
const int C24_JOIN_CALLBACK
加入房间回调 114018
const int C22_INVITE_SIP_USER_FAIL
邀请Sip用户失败 112045