@vindral/web-sdk 2.0.6 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -115,7 +115,7 @@ instance.on("playback state", (state) => (playbackState.textContent = state))
115
115
  // This event is emitted when timed metadata events occur
116
116
  instance.on("metadata", (metadata) => console.log("metadata: ", metadata.content))
117
117
 
118
- // This event is emitted when the vindral detects that the browser requires a user initiated click event to start audio
118
+ // This event is emitted when the vindral detects that the browser requires a user initiated click event to start media playback
119
119
  instance.on("needs user input", () => (button.style.display = "block"))
120
120
 
121
121
  // Starts connecting to the channel