From e989c9d06d4be1f582bb7bb5f36979705fae1716 Mon Sep 17 00:00:00 2001 From: Daniel Weinberger Date: Tue, 3 Dec 2024 17:33:55 +0100 Subject: [PATCH] Add missing issuer for unmute --- src/ts/BitmovinYospacePlayer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/BitmovinYospacePlayer.ts b/src/ts/BitmovinYospacePlayer.ts index 267c389..a7b242e 100644 --- a/src/ts/BitmovinYospacePlayer.ts +++ b/src/ts/BitmovinYospacePlayer.ts @@ -559,7 +559,7 @@ export class BitmovinYospacePlayer implements BitmovinYospacePlayerAPI { } unmute(issuer?: string): void { - return this.player.unmute(); + return this.player.unmute(issuer); } setAspectRatio(aspectratio: string | number): void {