szcuipeng
szcuipeng
may i ask a question? how to build smoke with browserify?
i need too. and now i use setTimeout instead.
> Is there an alternative to peerjs? This repo has seen no new commit since several months. try "simple peer" or "smoke" in github. but, smoke not support "heartbeat" and...
i got the same error, i found i made a mistake: correct: create peer1 (initiator) and peer2 --> send peer1's signal data to peer2 --> send peer2's signal data to...
start debugging use chrome F12, add breakpoint in simplepeer.min.js 's lines: this._pc = new (this._wrtc.RTCPeerConnection)(this.config) this._pc.createDataChannel this._pc.close this._channel.close confirm your souce code. it's all ok in my program. webrtc-internals will...
> > start debugging use chrome F12, add breakpoint in simplepeer.min.js 's lines: > > this._pc = new (this._wrtc.RTCPeerConnection)(this.config) this._pc.createDataChannel this._pc.close this._channel.close > > confirm your souce code. > >...