Merge pull request #3338 from omChauhanDev/fix/smallwebrtc-mute-timeout-spam

fix(smallwebrtc): suppress timeout warnings when tracks are disabled
This commit is contained in:
Filipi da Silva Fuchter
2026-01-06 09:07:52 -05:00
committed by GitHub
2 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1 @@
- Updated `read_audio_frame` & `read_video_frame` methods in `SmallWebRTCClient` to check if the track is enabled before logging a warning.