@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 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
  // 如不使用全屏按钮、云台控制器
@@ -1,4 +1,4 @@
1
- /* sass-plugin-0:E:\codeGit\bvweb-player\node_modules\tippy.js\dist\tippy.css */
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:E:\codeGit\bvweb-player\node_modules\tippy.js\animations\shift-away.css */
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:E:\codeGit\bvweb-player\src\styles\contextmenu.css */
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:E:\codeGit\bvweb-player\src\styles\main.scss */
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;