peers / peerjs

Simple peer-to-peer with WebRTC.
https://peerjs.com
MIT License
12.45k stars 1.43k forks source link

MediaStream is received but not send #729

Open KrokaKrola opened 4 years ago

KrokaKrola commented 4 years ago

Hi, I'm working on videochat application, and everything works on desktop, but on iOS safari I cannot send MediaStream on page mount. When page mount on my iOS device on other side I'm just getting this logs https://share.getcloudapp.com/RBuOpdL0 and empy MediaStream(no video and audio). Any suggestions ?

Here is the piece of code that I'm using to call and receive data on page mount: https://pastebin.com/1eWzeEec

Wardenbug commented 4 years ago

Same

retif commented 3 years ago

same