stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.

Home Page:https://stephenlb.github.io/webrtc-sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue in windows 7 latest chrome

Hamadme50 opened this issue · comments

commented

i just test it on windows 7 chrome and it is not working in windows 7 latest chrome

Thank you! Do you have the URL you tested?

commented

i have made a Pakistani chat rooms chatting site i have implement your Webetc sdk in it. i will sent you test user credentials to test it. thanks
user: calltest1
pass: 12345
user: calltest2
pass: 12345

Hi! It looks like it is working. All packets are exchanged successfully. However it seems that the audio is not being bound to a render element. You may be missing a step in your usage. Can you test to see if it works on this page: https://stephenlb.github.io/webrtc-sdk/ with chrome on windows 7? This is a good demo which is a known working demo.

commented

I have tested i have windows 10 it is working fine with even my own url above. Now the issue is some of my users useing windows 7 and able to do audio i have checked their system with team-viewer they are on latest chrome.

This WebRTC SDK will not work with audio if one of the users is on a Double NAT. You will need to find a turn server to broker the audio connection in this case. https://xirsys.com/ is a good provider of turn servers for WebRTC Audio/Video brokering.

commented

Thanks i will test it