xirsys

Xirsys WebRTC can't find sdp object

久未见 提交于 2020-01-06 05:37:13
问题 I'm trying to test an example provided by Xirsys where I can proceed with signaling using only PHP. The ice servers / token and host seems to work perfectly, but when trying to connect it returns "uncaught: Typeerror: cannot read property 'sdp' of null. The object it doesn't seem null, not sure what is happening here. Follow my code: <html> <head> <title>PHP Xirsys</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> </head> <body> <div class="panel

How to use Xirsys Hosting in Pubnub Android Example?

天涯浪子 提交于 2020-01-02 08:18:14
问题 https://github.com/GleasonK/android-webrtc-api I am a student in Korea. I am working on my school project. I am using example from website above. I'm curious about how to connect my Xirsys hosting server and above example project. I read all about descriptions about Pubnub and Xirsys. When I make a call between my phones on this example. I can make a call and receive call, but they don't get connected. This is how it looks like. 来源: https://stackoverflow.com/questions/37835110/how-to-use

Error on getting Ice Config in Xirsys

房东的猫 提交于 2019-12-11 16:59:34
问题 I'm having a trouble on looking for the error can anyone point it out for me please i have been into this for 2 days and still can't figure it out. the picture above is the error log from heroku. and here is my server.js for the ice configuration // Load required modules var http = require("http"); // http server core module var https = require('https'); var express = require("express"); // web framework external module var serveStatic = require('serve-static'); // serve static files var

How to use Xirsys Hosting in Pubnub Android Example?

社会主义新天地 提交于 2019-12-05 22:46:19
https://github.com/GleasonK/android-webrtc-api I am a student in Korea. I am working on my school project. I am using example from website above. I'm curious about how to connect my Xirsys hosting server and above example project. I read all about descriptions about Pubnub and Xirsys. When I make a call between my phones on this example. I can make a call and receive call, but they don't get connected. This is how it looks like. 来源: https://stackoverflow.com/questions/37835110/how-to-use-xirsys-hosting-in-pubnub-android-example