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 {