用于语音通话的 Asp.net 应用程序
我需要在 ASP.NET 中开发 Web 应用程序,该应用程序允许用户从网站相互进行语音通话。 我查看了 Skype 的 api,但它似乎更倾向于桌面应用程序。有没有支持像gtalk等web应用程序的api? 哪种技术最适合开发此类应用程序?任何输入、参考都会有帮助。
我确实读到 jabber 是 gtalk 的基础技术。 jabber 是否支持语音通话?它对我的情况有用吗?
I have a requirement for web application developed in asp.net which allows users to make voice calls among each other from the website.
I have looked at api of skype but it seems more inclined towards desktop application. IS there any api which supports for web application like gtalk etc.
Which technology could be best used for developing such kind of applications? Any input, references would be helpful.
I did read that jabber is underlying technology for gtalk. Does jabber support voice calls, and would it be useful for my situation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你可以包含Flash,它有用于该工作的API,但仅适用于客户端层......也许你可以选择java/.net作为服务器端。
If you can include Flash, it has API for that job, but for client side layer only... probably you can chose java/.net for server side.
这里唯一的解决方案是闪存。 Gmail / Gtalk 需要用户下载插件才能工作,因此从技术上讲,它是从网页调用的 Windows 应用程序。
如上所述,我推荐使用 flash 和 asp.net 作为后端。或者,如果您可以部署插件,那么您可以走这条路。我不会推荐它,除非它只是内部的。
The only solution here is flash. Gmail / Gtalk requires the user to download a plugin for it to work, so technically it is a windows application being called from a webpage.
I recommend flash and asp.net for the backend, as said above. Either that or if you are OK with deploying plugins, you could go that route. I wouldn't recommend it unless it is internal only.