Showing
1 changed file
with
13 additions
and
1 deletions
@@ -41,4 +41,16 @@ | @@ -41,4 +41,16 @@ | ||
41 | "type": "flow", | 41 | "type": "flow", |
42 | "command": "didTurnOnCamera" | 42 | "command": "didTurnOnCamera" |
43 | } | 43 | } |
44 | -``` | 44 | +``` |
45 | + | ||
46 | + | ||
47 | +#### 关于音视频刷新 | ||
48 | +为了在音视频初始化有问题的时候,确保双方同时刷新,需要以下指令 | ||
49 | + | ||
50 | +* 刷新音视频 | ||
51 | +``` | ||
52 | +{ | ||
53 | + "type": "flow" | ||
54 | + "command": "resetChat" | ||
55 | +} | ||
56 | +``` |
-
Please register or login to post a comment