File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change 2
2
覆盖iOS、Android、Windows、Mac、浏览器和微信小程序六大应用平台,致力于提供全球最好的视频通话和直播连麦解决方案。
3
3
4
4
## 最新版本 6.2.7005 @ 2019.03.08
5
- Android、iOS、Mac、Windows
6
- 1 . 改为单例形式
7
- 2 . 增加跨房连麦功能
8
- 3 . 增加sendSEIMsg接口,支持通过SEI发送自定义消息
9
- 4 . 优化性能和稳定性
10
- 5 . 支持纯语音流旁路
11
- 6 . 提升弱网下画质
12
-
13
- Android
14
- 1 . 增加滤镜浓度设置接口setFilterConcentration
15
5
16
- iOS、Mac
17
- 1 . 增加滤镜浓度设置接口setFilterConcentration
18
-
6
+ Android、iOS、Mac、Windows
7
+ 1 . 增加跨房间通话能力connectOtherRoom() ,即已经存在的两个TRTC房间可以相互连通,该功能可用于直播间中的主播 PK 功能。
8
+ 2 . 增加 sendSEIMsg() 接口,支持通过视频帧中的 SEI 头信息发送自定义消息,一般用于在视频流中塞入时间戳信息。
9
+ 3 . 优化 SDK CPU使用率和稳定性。
10
+ 4 . 修复纯语音通话场景(比如狼人杀)下的旁路推流功能,需要配合 TRTCParam 中的 bussInfo 字段使用。
11
+ 5 . 提升弱网(即较差的网络环境)下的画面清晰度。
12
+ 6 . 取消TRTCCloud的多实例能力,创建模式改为单例模式,多实例模式下会出现网络资源相互抢占的情况,影响最终体验效果。
13
+ 7 . 增加滤镜浓度设置接口 setFilterConcentration。
19
14
20
15
Windows
21
- 1 . 改为纯虚接口,支持动态加载dll
22
- 2 . 增加音频数据回调 ITRTCAudioFrameCallback
16
+ 1 . TRTCCloud 类改为纯虚接口 ITRTCCloud,支持通过 LoadLibirary 动态加载dll。
17
+ 2 . 增加音频数据回调 ITRTCAudioFrameCallback。
23
18
3 . 优化camera兼容性及采集性能
24
19
25
20
## API 文档及使用指引
You can’t perform that action at this time.
0 commit comments