I have been trying to set up WebRTC but I am having an issue with Safari and data channels. I have a demo set up here and it works on Chrome but it only works on Safari if navigator.mediaDevices.getUserMedia
is called (line 92) even though I am not using the media in any way.
EDIT: The RTCDataChannel samples at https://webrtc.github.io/samples/ work just fine but for some reason my demo doesn’t work.