Skip to content

fix: Fixed issue with mute toggle states being delayed - #192

Merged
mattieruth merged 1 commit into
mainfrom
mrkb/fix-out-of-sync-mic-cam-enabled-flags
Sep 11, 2026
Merged

fix: Fixed issue with mute toggle states being delayed#192
mattieruth merged 1 commit into
mainfrom
mrkb/fix-out-of-sync-mic-cam-enabled-flags

Conversation

@mattieruth

Copy link
Copy Markdown
Contributor

Fixed an issue in the Daily Transport and MediaManager where the mic/camEnabled flag was stale in the track-started/stopped events. Previously, the flag was based on daily's localVideo()/Audio(), but those have not yet updated at the moment track-started/stopped are called, so if you rely on those in your handler, the state is wrong.

Fixed an issue in the Daily Transport and MediaManager where the
mic/camEnabled flag was stale in the track-started/stopped events.
Previously, the flag was based on daily's localVideo()/Audio(), but
those have not yet updated at the moment track-started/stopped are
called, so if you rely on those in your handler, the state is wrong.

@markbackman markbackman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

@mattieruth
mattieruth merged commit a4051c8 into main Sep 11, 2026
3 checks passed
@mattieruth
mattieruth deleted the mrkb/fix-out-of-sync-mic-cam-enabled-flags branch September 11, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants