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:13:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f29ad0daec231533765ed624cad839f709e7e60d
f29ad0da
1 parent
68e21644
Created 视频的开关 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
视频的开关.md
视频的开关.md
0 → 100644
View file @
f29ad0d
1
+
[
返回在线授课相关文档
](
在线授课相关文档
)
2
+
3
+
#### 关于相机开关
4
+
5
+
*
关闭相机
6
+
7
+
```
8
+
{
9
+
"type"
:
"flow"
,
10
+
"command"
:
"turnOffCamera"
11
+
}
12
+
```
13
+
14
+
*
打开相机
15
+
```
16
+
{
17
+
"type"
:
"flow"
,
18
+
"command"
:
"turnOnCamera"
19
+
}
20
+
```
Please
register
or
login
to post a comment