Skip to content

Commit

Permalink
Add missing issuer for unmute
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinber committed Dec 4, 2024
1 parent b2cf81f commit e989c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/BitmovinYospacePlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e989c9d

Please sign in to comment.