简体   繁体   English

Tokbox OpenTok客户端呼叫另一个客户端

[英]Tokbox OpenTok client to call another client

I want to build an application where it is possible for one client to call another client using webRTC. 我想构建一个应用程序,一个客户端可以使用webRTC调用另一个客户端。 I've started to look into webRTC providers and I've found Toxbox among others. 我开始研究webRTC提供商,并且发现了Toxbox等。

Is it possible, using TokBox OpenTok, for a client to actually make a call to another client (similar as a regular phone call)? 使用TokBox OpenTok,客户端实际上可以打给另一个客户端(类似于常规电话)吗? From their docs and specifications it seems that it is only possible to create a "session" (a room in which participants meet and chat). 根据他们的文档和规范,似乎只能创建一个“会话”(与参与者见面并聊天的房间)。

Am I missing something, or are they only providing sessions that people join/leave? 我是否想念一些东西,还是只提供人们参加/离开的会议?

Twilio seem to offer what I need here , but I find it strange that I cannot find something similar at Tokbox. Twilio似乎在这里提供了我所需要的东西 ,但我感到奇怪的是,我在Tokbox找不到类似的东西。

Thanks, Muff 谢谢,莫夫

Yes it is possible. 对的,这是可能的。

You need to make the distinction between the type of API the platform exposes to what you can do with it. 您需要区分平台公开的API类型和您可以使用的API类型。

While the OpenTok API is built around the concept of a room/session - you can easily use that concept to create a call. 尽管OpenTok API是围绕会议室/会话的概念构建的,但是您可以轻松地使用该概念来创建呼叫。 There are many openTok developers who do just that. 有许多openTok开发人员就是这样做的。

Twilio indeed offers the same capability - as are many others (a partial list can be found in this report - https://bloggeek.me/webrtc-paas-report/ - while the report is a paid one, the list is available on that page Twilio确实提供了相同的功能- -因为很多人(部分名单可在本报告中找到https://bloggeek.me/webrtc-paas-report/ -虽然该报告是一个付费之一,名单可上该页面

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

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