-
Notifications
You must be signed in to change notification settings - Fork 12
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
Method 'createDataChannel' not found in Microsoft Edge #1
Comments
Thanks for letting me know, I'll try take a look at this soon. I should probably try it out in the Safari preview as well! |
Started looking into this and you're right: the status of RTC Data Channels in Edge is currently only "Under Consideration" (at low priority :-/) whereas the core of WebRTC is supported. It's looking my Win10 netbook needs some extra help to get updated to a newer Edge, but once that's in place I can start looking into alternative logic. |
@jonas0616 You said you have "Microsoft Edge 40.15063.0.0" — is that on a beta channel or something? I think I managed to get all available (normal) updates for my Win10 netbook but still had a much lower Edge version. |
@natevw It looks like Microsoft does not push the update for all machines. According to Windows Experience Blog, it rolls out across the world |
Hmm, I noticed yesterday that MS actually has some Edge VMs for download: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ However, these are the two relevant options:
…so unless I'm missing something with the version numbers, both the stable and "preview" options are way old and maybe not useful here. |
@jonas0616 Ah, excellent! So these should be an even handier debugging aid. |
Any word on alternative logic? |
it looks like working in latest Edge version 18.*** |
Oh cool, maybe procrastination paid off then…? |
Normally, when the browser does not support WebRTC, ipcalf shows
Nevertheless, Edge only shows
-
in net.ipcalf.com.And the console shows the following error:
It looks like there is
webkitRTCPeerConnection
in Edge, but there is nocreateDataChannel
in itswebkitRTCPeerConnection
Version
The text was updated successfully, but these errors were encountered: