Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2016-07-14 15:50:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1898865cdc1322e231ef2f9515c3dd4c5861cd6d
1898865c
1 parent
ddcccf75
Updated 视频的开关 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletions
视频的开关.md
视频的开关.md
View file @
1898865
...
...
@@ -14,9 +14,20 @@
}
```
*
关闭相机的反馈
为了防止用户在短时间内反馈开关相机,当用户进行开关的切换动作之后,需要等待对方的反馈之后,才可以再次操作开关。
```
{
"type"
:
"flow"
,
"command"
:
"didTurnOffCamera"
}
```
*
打开相机
用户开启相机的时候,可以发自定义消息给对方,通知对方也打开相机
,对方可以决定是否开启相机
用户开启相机的时候,可以发自定义消息给对方,通知对方也打开相机
```
{
...
...
@@ -24,3 +35,11 @@
"command"
:
"turnOnCamera"
}
```
*
打开相机的反馈
```
{
"type"
:
"flow"
,
"command"
:
"didTurnOnCamera"
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment