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(test): stub getSenders/getReceivers in renegotiation handler tests (#1226)
RenegotiationHandler.handle now calls getSenders() and getReceivers()
before createOffer to determine anyoneHasVideo, but the affected tests
did not stub these methods — causing a TypeError that short-circuited
execution before the verify assertions could pass.
0 commit comments