@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 +1 -1
- package/index.d.ts +361 -205
- package/package.json +1 -1
- package/web-sdk.esm.js +1 -1
- package/web-sdk.umd.js +1 -1
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
|
|
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
|