medooze / whip-whep-js

WHIP and WHEP clients javascript module
MIT License
65 stars 15 forks source link

remove unless `pc.onconnectionstatechange` #23

Closed a-wing closed 7 months ago

a-wing commented 9 months ago

There pc.onconnectionstatechange is not used, I think this should removed

murillo128 commented 7 months ago

I preffer to keep the code there for now

a-wing commented 7 months ago

If user use onconnectionstatechange, There will overwrite user function.

I think there should use addEventListener("connectionstatechange", () => {})