@besovideo/webrtc-player 0.8.59 → 0.8.61
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 +7 -6
- package/dist/main.browser.css +4 -4
- package/dist/main.browser.js +56 -3
- package/dist/main.es.css +4 -4
- package/dist/main.es.js +56 -3
- package/package.json +1 -1
- package/dist/types/utils/logger.d.ts +0 -12
package/README.md
CHANGED
|
@@ -136,14 +136,15 @@ clearAllDialog();
|
|
|
136
136
|
```typescript
|
|
137
137
|
// 全部控制项
|
|
138
138
|
[
|
|
139
|
-
"volume",
|
|
140
|
-
"volumeSlider",
|
|
141
|
-
"information",
|
|
142
|
-
"screenshot",
|
|
143
|
-
"record",
|
|
144
139
|
"fullscreen",
|
|
145
|
-
"rotate",
|
|
146
140
|
"ptzControl",
|
|
141
|
+
"rotate",
|
|
142
|
+
"record",
|
|
143
|
+
"screenshot",
|
|
144
|
+
"volumeSlider",
|
|
145
|
+
"volume",
|
|
146
|
+
"mike",
|
|
147
|
+
"information"
|
|
147
148
|
];
|
|
148
149
|
// 在创建实例时 传入参数disabledControls数组 可关闭相关功能
|
|
149
150
|
// 如不使用全屏按钮、云台控制器
|
package/dist/main.browser.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* sass-plugin-0:
|
|
1
|
+
/* sass-plugin-0:G:\develop\bvweb-player\node_modules\tippy.js\dist\tippy.css */
|
|
2
2
|
.tippy-box[data-animation=fade][data-state=hidden] {
|
|
3
3
|
opacity: 0;
|
|
4
4
|
}
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
z-index: 1;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
/* sass-plugin-0:
|
|
84
|
+
/* sass-plugin-0:G:\develop\bvweb-player\node_modules\tippy.js\animations\shift-away.css */
|
|
85
85
|
.tippy-box[data-animation=shift-away][data-state=hidden] {
|
|
86
86
|
opacity: 0;
|
|
87
87
|
}
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
transform: translateX(-10px);
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
/* sass-plugin-0:
|
|
101
|
+
/* sass-plugin-0:G:\develop\bvweb-player\src\styles\contextmenu.css */
|
|
102
102
|
.cm_container {
|
|
103
103
|
position: absolute;
|
|
104
104
|
opacity: 0;
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
background-color: inherit;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
/* sass-plugin-0:
|
|
195
|
+
/* sass-plugin-0:G:\develop\bvweb-player\src\styles\main.scss */
|
|
196
196
|
.bvplayer-common-flex-space {
|
|
197
197
|
display: inline-block;
|
|
198
198
|
flex: 1;
|