Closed GuillaumeBAECHLER closed 1 year ago
The setMuted method assumes that muted property is false by default. Thus, the unmute tracking event will not fire if the player was in a muted state.
setMuted
muted
unmute
This PR adds a way to provide initial mute state through constructor arguments.
Description
The
setMuted
method assumes thatmuted
property is false by default. Thus, theunmute
tracking event will not fire if the player was in a muted state.Changes
This PR adds a way to provide initial mute state through constructor arguments.
Type