@snapcall/stream-ui 1.1.0 → 1.2.0
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 +2 -2
- package/dist/stream-ui.esm.js +254 -76
- package/dist/stream-ui.js +254 -76
- package/dist/stream-ui.umd.js +150 -107
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -85,7 +85,7 @@ The HTML element where the UI will be rendered.
|
|
|
85
85
|
|
|
86
86
|
##### Default value: `window.location.href`
|
|
87
87
|
|
|
88
|
-
The URL used for features such as "Open new tab" or "
|
|
88
|
+
The URL used for features such as "Open new tab" or "Quick Connect".
|
|
89
89
|
|
|
90
90
|
#### `audioTiles`
|
|
91
91
|
|
|
@@ -98,7 +98,7 @@ Enable audio-only tiles.
|
|
|
98
98
|
##### Default value: `[]`
|
|
99
99
|
|
|
100
100
|
Specified options are added as a small shortcut next to the menu button.
|
|
101
|
-
Possible values are: `openNewTab`, `copyLink`, `
|
|
101
|
+
Possible values are: `openNewTab`, `copyLink`, `quickConnect`, `settings` and `pip`.
|
|
102
102
|
|
|
103
103
|
#### `controls`
|
|
104
104
|
|