简体   繁体   English

Opentok iOS SDK是否支持存档?

[英]Does Opentok iOS SDK support Archiving?

While playing with the OpenTok SDK, I figured it out that it doesn't provide archiving support for iOS. 在使用OpenTok SDK时,我发现它不提供对iOS的归档支持。 Is that so or I am having a wrong conclusion? 是这样还是我结论有误? I need to record both video and audio of the session's subscriber. 我需要记录会话订户的视频和音频。

Regards 问候

if you are using iOS SDK v2.2 and up, then you should be able to get archiving capabilities. 如果您使用的是iOS SDK v2.2及更高版本,则应该能够获得存档功能。 Archiving is started, stopped, and managed by your server so you would have to get control your archive from your server using our server side sdks . 归档是由服务器启动,停止和管理的,因此您必须使用服务器端sdks从服务器控制归档。

Here's the tutorial for archiving. 这是归档教程

If you want to test out archiving, you can visit opentokrtc on your browser, join the same room on the opentokrtc iOS app , and start an archive. 如果要测试存档,则可以在浏览器上访问opentokrtc ,在opentokrtc iOS应用程序上加入同一会议室,然后开始存档。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM