open-webrtc-toolkit/owt-client-javascript

Implement perfect negotiation

jianjunz opened this issue · 1 comments

Old versions of JavaScript SDK check caller/callee or compare client IDs to deal with signaling collisions. It looks like the implementation is no longer there. Perfect negotiation is recommend for this case.

Fixed by #478.