xcode iPhone - 使用 IOS SDK 开发视频聊天应用程序的示例

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/15231199/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 02:54:35  来源:igfitidea点击:

IPhone - Sample for developing Video Chat app using IOS SDK

iphoneiosxcodevideo-streamingvideochat

提问by premmac

I am looking for a sample helloworld app (or a tutorial) to develop a video chat using IOS SDK.

我正在寻找一个示例 helloworld 应用程序(或教程)来使用 IOS SDK 开发视频聊天。

回答by Nirav Bhatt

Here is a tutorialwritten by myself that uses tokbox api for streaming and Parse.com for user management backend:

这是我自己写的一个教程,使用 tokbox api 进行流媒体和 Parse.com 进行用户管理后端:

Opentok charges you based on api requests and all 3rd party providers will follow that model. The benefit to you would be you can scale based on demand, with some volume obtained for free. You may have your own judgement though. I do not work for, neither vouch for tokbox or parse, the link is just a guideline.

Opentok 根据 api 请求向您收费,所有 3rd 方提供商都将遵循该模型。对您的好处是您可以根据需求进行扩展,并免费获得一些数量。不过,您可能有自己的判断。我不工作,也不保证 tokbox 或解析,链接只是一个指导方针。

回答by lostInTransit

Try using the OpenTok API. That will make things much faster. Creating a video chat app from ground up will take some time and considerable amount of expertise.

尝试使用OpenTok API。这将使事情变得更快。从头开始创建视频聊天应用程序需要一些时间和大量的专业知识。