Skip to content

Commit

Permalink
force tick
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Jul 2, 2024
1 parent 64daec4 commit ea60d66
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ export async function handleCreateMedia(data) {
if (muteRegions) {
debugLog('Incrementing region inhibit');
MediaManager.mixer.incrementInhibitor('REGION');
MediaManager.mixer.tick();
}

if (muteSpeakers) {
debugLog('Incrementing speaker inhibit');
MediaManager.mixer.incrementInhibitor('SPEAKER');
MediaManager.mixer.tick();
}

MediaManager.mixer.whenFinished(id, () => {
Expand Down

0 comments on commit ea60d66

Please sign in to comment.