Skip to content

Commit 61e4628

Browse files
committed
docs: update webgl context count
1 parent e2571d4 commit 61e4628

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

FAQ.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
<iframe src="..." allow="microphone;"></iframe>
2727
```
2828

29+
## Chrome 超过16个摄像头不播放
30+
31+
Chrome 浏览器单页面 WebGL 上下文数量有限(一般为 16 个),超过后无法再创建新上下文。开发时应注意合理复用和管理,避免超过限制。
32+
33+
2934
## vue3 响应式及 Proxy
3035

3136
由于 vue3 响应式原理(Proxy),使用响应式存储实例可能导致 SDK 异常。请开发者使用 [vue markRaw](https://cn.vuejs.org/api/reactivity-advanced#markraw) 或 非响应式的变量进行存储实例

0 commit comments

Comments
 (0)