Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios no Support?? #3

Open
lll101010 opened this issue Jun 4, 2020 · 4 comments
Open

ios no Support?? #3

lll101010 opened this issue Jun 4, 2020 · 4 comments

Comments

@lll101010
Copy link

No description provided.

@emrebicer
Copy link

emrebicer commented Jun 20, 2020

I can't get an ID using "biri" on iOS as well. (iOS 13.5.1, Safari).
Unfortunately, WebRTC is not fully supported on iOS, that should be the reason for that.

@nikulpatel49
Copy link

is work with firefox?

@ozgurg
Copy link

ozgurg commented Jul 11, 2020

is work with firefox?

I created this simple CodePen demo and it seems not working on Firefox 78.0.2
https://codepen.io/ozgurg/pen/mdVKYEr

@anis-bouch
Copy link

anis-bouch commented Jul 23, 2020

it wont work on firefox either, cause he using foundation
if (candidate.protocol == 'udp') { _id = **candidate.foundation** promises.forEach(resolve => resolve(_id)) promises.length = 0 }
protocol and foundation are not implemented in firefox;

this is how the candidate attribute looks like in firefox
{ candidate: "candidate:0 1 UDP 2122252543 7f0368cf-8c84-bb48-8729-4a6d9a73192f.local 62035 typ host", sdpMLineIndex: 0, ​​sdpMid: "0", ​​usernameFragment: "44883b9b", }

in chrome
{ address: "192.168.1.42" candidate: "candidate:3747612131 1 tcp 1518280447 192.168.1.42 9 typ host tcptype active generation 0 ufrag iRYK network-id 1 network-cost 10" component: "rtp" foundation: "3747612131" port: 9 priority: 1518280447 protocol: "tcp" relatedAddress: null relatedPort: null sdpMLineIndex: 1 sdpMid: "1" tcpType: "active" type: "host" usernameFragment: "iRYK" }

so this is why it wont work on firefox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants