StanzaJS Discussion - 2020-08-26


  1. Flavius Andrei hey, Lance
  2. Flavius Andrei found an issue
  3. Flavius Andrei lines 150-155 in ICESession.js
  4. Flavius Andrei if (this.pc.signalingState === 'stable') { await this.pc.addIceCandidate(null); } else { this.candidateBuffer.push(null); }
  5. Flavius Andrei await this.pc.addIceCandidate(null); setting null here blows up a lot of stuff, especially iOS :)
  6. Flavius Andrei the cordova plugin iosRTC breaks
  7. Flavius Andrei and safari (mac and ios) throw errors as well