API | 描述 |
获取单例对象。 | |
销毁单例对象。 | |
设置事件回调。 |
API | 描述 |
登录。 | |
登出。 | |
创建房间(主持人调用)。 | |
销毁房间(主持人调用)。 | |
进入房间(参会成员调用)。 | |
离开房间(参会成员调用)。 | |
获取房间信息。 | |
获取房间内所有成员信息。 | |
获取某个用户的信息。 | |
转移主持人权限(主持人调用)。 |
API | 描述 |
开启本地视频的预览画面。 | |
停止本地视频采集及预览。 | |
改变本地视频渲染窗口。 | |
开启麦克风采集。 | |
停止麦克风采集。 | |
开启/关闭系统声音的采集。 | |
开启/关闭系统声音的采集。 | |
设置本地画面镜像预览模式。 |
API | 描述 |
订阅并播放指定成员的远端视频画面。 | |
取消订阅并停止播放远端视频画面。 | |
改变远端用户的视频渲染窗口。 |
API | 描述 |
发送聊天消息。 | |
发送自定义消息。 |
API | 描述 |
禁用/恢复某用户的麦克风。 | |
禁用/恢复所有用户的麦克风,并且状态会同步到房间信息中。 | |
禁用/恢复某用户的摄像头。 | |
禁用/恢复所有用户的摄像头,并且状态会同步到房间信息中。 | |
开启/停止聊天室禁言(主持人调用)。 | |
移除房间内的某人(主持人调用)。 | |
主持人开始点名。 | |
主持人结束点名。 | |
成员回复主持人点名。 | |
主持人邀请参会成员发言。 | |
主持人取消邀请参会成员发言。 | |
参会成员同意/拒绝主持人的申请发言。 | |
参会成员申请发言。 | |
参会成员取消申请发言。 | |
主持人同意/拒绝参会成员的申请发言。 | |
主持人禁止申请发言。 | |
主持人令参会成员停止发言。 | |
主持人令全体停止发言。 | |
参会成员停止发言,转变为观众。 |
API | 描述 |
获取本地设置管理对象 ITXDeviceManager。 | |
获取屏幕分享管理对象 IScreenShareManager。 |
API | 描述 |
开始云录制 。 | |
停止云录制 。 |
API | 描述 |
美颜设置 。 |
API | 描述 |
设置网络流控相关参数。 |
API | 描述 |
获取 SDK 版本。 |
API | 描述 |
错误回调。 |
API | 描述 |
登录回调。 | |
登出回调。 | |
创建房间回调。 | |
房间解散回调。 | |
进入房间回调。 | |
退出房间回调。 | |
首帧画面回调。 | |
音量大小回调回调。 | |
主持人更改回调。 |
API | 描述 |
远端用户进入房间回调。 | |
远端用户离开房间回调。 | |
远端用户是否开启摄像头视频回调。 | |
远端用户是否开启屏幕分享回调。 | |
远端用户是否开启麦克风回调。 | |
远端用户开始发言回调。 | |
远端用户结束发言回调。 |
API | 描述 |
收到文本消息回调。 | |
收到文本消息回调。 |
API | 描述 |
用户收到主持人发言邀请回调。 | |
用户收到主持人取消发言邀请回调。 | |
主持人收到用户同意邀请发言的回调。 | |
主持人收到用户发言申请的回调。 | |
用户取消申请发言回调。 | |
主持人同意发言申请回调。 | |
主持人禁止申请发言回调。 | |
参会成员被请求停止发言的回调。 | |
主持人开始点名,参会成员收到的回调。 | |
主持人结束点名,参会成员收到的回调。 | |
参会成员回复点名,主持人收到的回调。 | |
主持人更改聊天室是否禁言回调。 | |
主持人设置禁用麦克风回调。 | |
主持人设置禁用摄像头回调。 |
API | 描述 |
技术指标统计回调。 | |
网络质量回调。 |
API | 描述 |
开始屏幕分享回调。 | |
停止屏幕分享回调。 |
API | 描述 |
录制错误回调。 | |
录制完成回调。 | |
录制进度回调。 |
API | 描述 |
扬声器大小回调。 | |
麦克风大小回调。 | |
调节系统采集音量回调。 | |
调节系统播放音量回调。 |
static TUIRoomCore* GetInstance();
static void DestroyInstance();
virtual void SetCallback(const TUIRoomCoreCallback* callback) = 0;
virtual int Login(int sdk_appid, const std::string& user_id, const std::string& user_sig) = 0;
参数 | 类型 | 含义 |
sdk_appid | int | |
user_id | string | 当前用户的 ID,字符串类型,只允许包含英文字母(a-z、A-Z)、数字(0-9)、连词符(-)和下划线(_)。建议结合业务实际账号体系自行设置。 |
user_sig | string |
virtual int Logout() = 0;
virtual int CreateRoom(const std::string& room_id, TUISpeechMode speech_mode) = 0;
参数 | 类型 | 含义 |
room_id | string | 房间标识,需要由您分配并进行统一管理。 |
speech_mode | TUISpeechMode | 发言模式。 |
CreateRoom()
创建房间,房间创建成功与否会通过 OnCreateRoom 通知给主持人。EnterRoom()
进入房间。StartCameraPreview()
打开摄像头采集和预览。StartLocalAudio()
打开本地麦克风。virtual int DestroyRoom() = 0;
virtual int EnterRoom(const std::string& room_id) = 0;
参数 | 类型 | 含义 |
room_id | string | 房间标识。 |
EnterRoom
并传入 room_id 即可进入房间房间。startCameraPreview()
打开摄像头预览,调用 StartLocalAudio()
打开麦克风采集。OnRemoteUserCameraAvailable
的事件,调用StartRemoteView()
开始播放视频。virtual int LeaveRoom() = 0;
virtual TUIRoomInfo GetRoomInfo() = 0;
virtual std::vector<TUIUserInfo> GetRoomUsers() = 0;
virtual const TUIUserInfo* GetUserInfo(const std::string& user_id) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户标识。 |
virtual int SetSelfProfile(const std::string& user_name, const std::string& avatar_url) = 0;
参数 | 类型 | 含义 |
user_name | string | 用户姓名。 |
avatar_url | string | 用户头像 URL。 |
virtual int TransferRoomMaster(const std::string& user_id) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户标识。 |
virtual int StartCameraPreview(const liteav::TXView& view) = 0;
参数 | 类型 | 含义 |
view | liteav::TXView | 窗口句柄。 |
virtual int StopCameraPreview() = 0;
virtual int UpdateCameraPreview(const liteav::TXView& view) = 0;
参数 | 类型 | 含义 |
view | liteav::TXView | 窗口句柄。 |
virtual int StartLocalAudio(const liteav::TRTCAudioQuality& quality) = 0;
参数 | 类型 | 含义 |
view | liteav::TXView | 窗口句柄。 |
virtual int StopLocalAudio() = 0;
virtual int StartSystemAudioLoopback() = 0;
virtual int StopSystemAudioLoopback() = 0;
virtual int SetVideoMirror(bool mirror) = 0;
参数 | 类型 | 含义 |
mirror | bool | 是否镜像。 |
virtual int StartRemoteView(const std::string& user_id, const liteav::TXView& view,TUIStreamType type = TUIStreamType::kStreamTypeCamera) = 0;
参数 | 类型 | 含义 |
user_id | string | 需要播放的用户 ID。 |
liteav::TXView | TXView | 承载视频画面的 view 控件。 |
type | TUIStreamType | 流类型。 |
virtual int StopRemoteView(const std::string& user_id,TUIStreamType type = TUIStreamType::kStreamTypeCamera) = 0;
参数 | 类型 | 含义 |
user_id | string | 需要停止播放的用户 ID。 |
type | TUIStreamType | 流类型。 |
virtual int UpdateRemoteView(const std::string& user_id, TUIStreamType type, liteav::TXView& view) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
type | TUIStreamType | 流类型。 |
view | liteav::TXView | 渲染窗口句柄。 |
virtual int SendChatMessage(const std::string& message) = 0;
参数 | 类型 | 含义 |
message | string | 消息内容。 |
virtual int SendCustomMessage(const std::string& message) = 0;
参数 | 类型 | 含义 |
message | string | 消息内容。 |
virtual int MuteUserMicrophone(const std::string& user_id, bool mute, Callback callback) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
mute | bool | 是否禁用。 |
callback | Callback | 接口回调。 |
virtual int MuteAllUsersMicrophone(bool mute) = 0;
参数 | 类型 | 含义 |
mute | bool | 是否禁用。 |
virtual int MuteUserCamera(const std::string& user_id, bool mute, Callback callback) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
mute | bool | 是否禁用。 |
callback | Callback | 接口回调。 |
virtual int MuteAllUsersCamera(bool mute) = 0;
参数 | 类型 | 含义 |
mute | bool | 是否禁用。 |
virtual int MuteChatRoom(bool mute) = 0;
参数 | 类型 | 含义 |
mute | bool | 是否禁用。 |
virtual int KickOffUser(const std::string& user_id, Callback callback) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
callback | Callback | 接口回调。 |
virtual int StartCallingRoll() = 0;
virtual int StopCallingRoll() = 0;
virtual int ReplyCallingRoll(Callback callback) = 0;
参数 | 类型 | 含义 |
callback | Callback | 接口回调。 |
virtual int SendSpeechInvitation(const std::string& user_id, Callback callback) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
callback | Callback | 接口回调。 |
virtual int CancelSpeechInvitation(const std::string& user_id, Callback callback) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
callback | Callback | 接口回调。 |
virtual int ReplySpeechInvitation(bool agree, Callback callback) = 0;
参数 | 类型 | 含义 |
agree | bool | 是否同意。 |
callback | Callback | 接口回调。 |
virtual int SendSpeechApplication(Callback callback) = 0;
参数 | 类型 | 含义 |
callback | Callback | 接口回调。 |
virtual int CancelSpeechApplication(Callback callback) = 0;
参数 | 类型 | 含义 |
callback | Callback | 接口回调。 |
virtual int ReplySpeechApplication(const std::string& user_id, bool agree, Callback callback) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
callback | Callback | 接口回调。 |
virtual int ForbidSpeechApplication(bool forbid) = 0;
参数 | 类型 | 含义 |
forbid | bool | 是否禁止。 |
virtual int SendOffSpeaker(const std::string& user_id, Callback callback) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
callback | Callback | 接口回调。 |
virtual int SendOffAllSpeakers(Callback callback) = 0;
参数 | 类型 | 含义 |
callback | Callback | 接口回调。 |
virtual int ExitSpeechState() = 0;
virtual liteav::ITXDeviceManager* GetDeviceManager() = 0;
virtual IScreenShareManager* GetScreenShareManager() = 0;
virtual int StartCloudRecord() = 0;
virtual int StopCloudRecord() = 0;
virtual int SetBeautyStyle(liteav::TRTCBeautyStyle style, uint32_t beauty_level,uint32_t whiteness_level, uint32_t ruddiness_level) = 0;
参数 | 类型 | 含义 |
style | liteav::TRTCBeautyStyle | 美颜风格。 |
beauty_level | uint32_t | 美颜级别。 |
whiteness_level | uint32_t | 美白级别。 |
ruddiness_level | uint32_t | 红润级别。 |
virtual int SetVideoQosPreference(TUIVideoQosPreference preference) = 0;
参数 | 类型 | 含义 |
preference | TUIVideoQosPreference | 网络流控策略。 |
virtual const char* GetSDKVersion() = 0;
void OnError(int code, const std::string& message);
参数 | 类型 | 含义 |
code | int | 错误码。 |
message | string | 错误信息。 |
virtual void OnLogin(int code, const std::string& message) = 0;
参数 | 类型 | 含义 |
code | int | 错误码。 |
message | string | 登录信息或登录失败的错误信息。 |
virtual void OnLogout(int code, const std::string& message) = 0;
参数 | 类型 | 含义 |
code | int | 错误码。 |
message | string | 错误信息。 |
virtual void OnCreateRoom(int code, const std::string& message) = 0;
参数 | 类型 | 含义 |
code | int | 错误码。 |
message | string | 错误信息。 |
virtual void OnDestroyRoom(int code, const std::string& message) = 0;
参数 | 类型 | 含义 |
code | int | 错误码。 |
message | string | 错误信息。 |
virtual void OnEnterRoom(int code, const std::string& message) = 0;
参数 | 类型 | 含义 |
code | int | 错误码。 |
message | string | 错误信息。 |
virtual void OnExitRoom(TUIExitRoomType type, const std::string& message) = 0;
参数 | 类型 | 含义 |
type | TUIExitRoomType | 退出房间的类型。 |
message | string | 错误信息。 |
virtual void OnFirstVideoFrame(const std::string& user_id, const TUIStreamType stream_type) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
stream_type | TUIStreamType | 流类型。 |
virtual void OnUserVoiceVolume(const std::string& user_id, int volume)
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
volume | int | 用户的音量大小,取值范围 0 - 100。 |
virtual void OnRoomMasterChanged(const std::string& user_id) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
virtual void OnRemoteUserEnter(const std::string& user_id) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
virtual void OnRemoteUserLeave(const std::string& user_id) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
virtual void OnRemoteUserCameraAvailable(const std::string& user_id, bool available) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
available | bool | true:有视频流数据;false:无视频流数据。 |
virtual void OnRemoteUserScreenAvailable(const std::string& user_id, bool available) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
available | bool | true:有视频流数据;false:无视频流数据。 |
virtual void OnRemoteUserAudioAvailable(const std::string& user_id, bool available) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
available | bool | true:有音频流数据;false:无音频流数据。 |
virtual void OnRemoteUserEnterSpeechState(const std::string& user_id) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
virtual void OnRemoteUserExitSpeechState(const std::string& user_id) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
virtual void OnReceiveChatMessage(const std::string& user_id, const std::string& message) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
message | string | 文本消息。 |
virtual void OnReceiveCustomMessage(const std::string& user_id, const std::string& message) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
message | string | 自定义消息。 |
virtual void OnReceiveSpeechInvitation() = 0;
virtual void OnReceiveInvitationCancelled() = 0;
virtual void OnReceiveReplyToSpeechInvitation(const std::string& user_id, bool agree) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
agree | bool | 是否同意。 |
virtual void OnReceiveSpeechApplication(const std::string& user_id) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
virtual void OnSpeechApplicationCancelled(const std::string& user_id) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
virtual void OnReceiveReplyToSpeechApplication(bool agree) = 0;
参数 | 类型 | 含义 |
agree | bool | 是否同意。 |
virtual void OnSpeechApplicationForbidden(bool forbidden) = 0;
参数 | 类型 | 含义 |
forbidden | bool | 是否禁止。 |
virtual void OnOrderedToExitSpeechState() = 0;
virtual void OnCallingRollStarted() = 0;
virtual void OnCallingRollStopped() = 0;
virtual void OnMemberReplyCallingRoll(const std::string& user_id) = 0;
参数 | 类型 | 含义 |
user_id | string | 用户 ID。 |
virtual void OnChatRoomMuted(bool muted) = 0;
参数 | 类型 | 含义 |
muted | bool | 是否禁用。 |
virtual void OnMicrophoneMuted(bool muted) = 0;
参数 | 类型 | 含义 |
muted | bool | 是否禁用。 |
virtual void OnCameraMuted(bool muted) = 0;
参数 | 类型 | 含义 |
muted | bool | 是否禁用。 |
virtual void OnStatistics(const liteav::TRTCStatistics& statis) {}
参数 | 类型 | 含义 |
statis | liteav::TRTCStatistics | 统计数据。 |
virtual void OnNetworkQuality(const liteav::TRTCQualityInfo& local_quality, liteav::TRTCQualityInfo* remote_quality,uint32_t remote_quality_count) {}
参数 | 类型 | 含义 |
local_quality | liteav::TRTCQualityInfo | 本地用户质量信息。 |
remote_quality | liteav::TRTCQualityInfo* | 远端用户质量信息指针。 |
remote_quality_count | uint32_t | 远端用户数量。 |
virtual void OnScreenCaptureStarted() {}
void OnScreenCaptureStopped(int reason) {}
参数 | 类型 | 含义 |
reason | int | 停止原因,0:用户主动停止;1:被其他应用抢占导致停止。 |
virtual void OnRecordError(TXLiteAVLocalRecordError error, const std::string& messgae) {}
参数 | 类型 | 含义 |
error | TXLiteAVLocalRecordError | 错误信息。 |
messgae | string | 错误描述。 |
virtual void OnRecordComplete(const std::string& path) {}
参数 | 类型 | 含义 |
path | string | 错误描述。 |
virtual void OnRecordProgress(int duration, int file_size) {}
参数 | 类型 | 含义 |
duration | int | 文件的时长。 |
file_size | int | 文件的大小。 |
virtual void OnTestSpeakerVolume(uint32_t volume) {}
参数 | 类型 | 含义 |
volume | uint32_t | 音量大小。 |
virtual void OnTestMicrophoneVolume(uint32_t volume) {}
参数 | 类型 | 含义 |
volume | uint32_t | 音量大小。 |
virtual void OnAudioDeviceCaptureVolumeChanged(uint32_t volume, bool muted) {}
参数 | 类型 | 含义 |
volume | uint32_t | 音量大小。 |
muted | bool | 是否被禁用。 |
virtual void OnAudioDevicePlayoutVolumeChanged(uint32_t volume, bool muted) {}
参数 | 类型 | 含义 |
volume | uint32_t | 音量大小。 |
muted | bool | 是否被禁用。 |
本页内容是否解决了您的问题?