废弃接口

最近更新时间:2025-07-15 20:03:32

我的收藏
Copyright (c) 2024 Tencent. All rights reserved.
废弃接口

DeprecatedRoomEngineAPI

函数列表
描述
获得设备管理对象
获得音效管理对象
获得美颜管理对象
设置本地用户视频渲染的视图控件
切换前置或后置摄像头(仅适用于移动端)
调用实验性接口

getDeviceManager

getDeviceManager

获得设备管理对象

@deprecated v1.5.0 版本开始不推荐使用。

getAudioEffectManager

getAudioEffectManager

获得音效管理对象

@deprecated v1.5.0 版本开始不推荐使用。

getBeautyManager

getBeautyManager

获得美颜管理对象

@deprecated v1.5.0 版本开始不推荐使用。

setLocalVideoView

setLocalVideoView
void setLocalVideoView
(TUIRoomDefine.VideoStreamType streamType

TUIVideoView view)

设置本地用户视频渲染的视图控件

@deprecated v1.6.1 版本开始不推荐使用。

switchCamera

switchCamera
int switchCamera
(boolean frontCamera)

切换前置或后置摄像头(仅适用于移动端)

@deprecated v2.0 版本开始不推荐使用,建议使用{$TUIRoomDeviceManager$}中的switchCamera代替。

返回值说明:

0:操作成功;负数:操作失败。

callExperimentalAPI

callExperimentalAPI
Object callExperimentalAPI
(String jsonStr)

调用实验性接口

@deprecated v3.0 版本开始不推荐使用
参数
描述
jsonStr
接口信息。
注意
此函数支持会议房间类型和直播房间类型(CONFERENCE & LIVE)。

返回值说明:

返回结果