RTCMulticonnection 不适用于 Firebase
RTCMulticonnection not working with Firebase
我正在使用 RTCMultiConnection 设置一对一视频聊天。如何使用firebase作为信令服务器?
我已经安装了 rtcmulticonnection 并打开了 Video Conferencing using Firebase demo and then applied this step here,但是它没有用,即使我加入房间也只显示一个视频,并且聊天文本框未启用,但是没有显示任何错误,并且我尝试在 connection.open
中记录一条消息,但它没有显示。
我想应用此 one-to-one video chat 但使用 firebase 作为信令服务器。
自定义信号仅适用于 v3.4.6
在此处找到:https://github.com/muaz-khan/RTCMultiConnection/tree/724ead7cbb589a772b8bb41abd22acff3f700a5d/dist
更新
Muaz khan 不再支持 firebase,这是他在 5/16/2019 7:45 AM:
给我的电子邮件的回复
Sorry. Actually I'm no-more supporting the firebase.
Their server isn't free and I can't add demos that requires paid servers.
You can install socket.io on heroku which is totally free and works better for >me. You can setup Google' app engine's appspot.com domain as well.
Regards
不过,我对现在的版本很满意——v3.4.6,它有我需要的一切。
我对这个版本做了一些小修正,涉及 connection.extra
和 connection.channel
以使其在不同的 javascript 文件中工作,但抱歉我无法将代码粘贴到这里,因为很大。
我正在使用 RTCMultiConnection 设置一对一视频聊天。如何使用firebase作为信令服务器?
我已经安装了 rtcmulticonnection 并打开了 Video Conferencing using Firebase demo and then applied this step here,但是它没有用,即使我加入房间也只显示一个视频,并且聊天文本框未启用,但是没有显示任何错误,并且我尝试在 connection.open
中记录一条消息,但它没有显示。
我想应用此 one-to-one video chat 但使用 firebase 作为信令服务器。
自定义信号仅适用于 v3.4.6
在此处找到:https://github.com/muaz-khan/RTCMultiConnection/tree/724ead7cbb589a772b8bb41abd22acff3f700a5d/dist
更新
Muaz khan 不再支持 firebase,这是他在 5/16/2019 7:45 AM:
给我的电子邮件的回复Sorry. Actually I'm no-more supporting the firebase.
Their server isn't free and I can't add demos that requires paid servers.
You can install socket.io on heroku which is totally free and works better for >me. You can setup Google' app engine's appspot.com domain as well.
Regards
不过,我对现在的版本很满意——v3.4.6,它有我需要的一切。
我对这个版本做了一些小修正,涉及 connection.extra
和 connection.channel
以使其在不同的 javascript 文件中工作,但抱歉我无法将代码粘贴到这里,因为很大。