Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2571d4 commit 61e4628Copy full SHA for 61e4628
FAQ.md
@@ -26,6 +26,11 @@
26
<iframe src="..." allow="microphone;"></iframe>
27
```
28
29
+## Chrome 超过16个摄像头不播放
30
+
31
+Chrome 浏览器单页面 WebGL 上下文数量有限(一般为 16 个),超过后无法再创建新上下文。开发时应注意合理复用和管理,避免超过限制。
32
33
34
## vue3 响应式及 Proxy
35
36
由于 vue3 响应式原理(Proxy),使用响应式存储实例可能导致 SDK 异常。请开发者使用 [vue markRaw](https://cn.vuejs.org/api/reactivity-advanced#markraw) 或 非响应式的变量进行存储实例
0 commit comments