You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(signaling): save reference to peer connection before removing it
Before, the peer connection would always be null when we null check it. Now we save a reference to it when it is removed so we can properly call `pc.close()`
0 commit comments