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: remove duplicate track publishing code and initialize error counters
- Remove duplicate track publishing and audio/video listening code in join() method
- Initialize timeout_errors and consecutive_errors before video processing loop
- Increment timeout_errors in TimeoutError exception handler
- Fixes potential crash when error counters are referenced but not initialized
0 commit comments