Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
liveAssistant_web_demo
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
胡斌
6 years ago
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
73a8abc16773c30dca455b414a465cc610f39bcd
73a8abc1
1 parent
3407c260
improve the display of agora related command result
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
demo.html
demo.html
查看文件 @
73a8abc
...
...
@@ -1843,7 +1843,7 @@
<tr>
<td
colspan=
"2"
><button
type=
"button"
id=
"enter_channel"
onclick=
"javascript:onTestClick(this);"
>
Enter Channel
</button></td>
<td
colspan=
"2"
><button
type=
"button"
id=
"leave_channel"
onclick=
"javascript:onTestClick(this);"
>
Leave Channel
</button></td>
<td
><div
id=
"res_enter_channel"
></div
></td>
<td
colspan=
"2"
id=
"res_enter_channel"
></td>
</tr>
<tr>
<td><img
src=
"images/spacer.gif"
width=
"55"
height=
"30"
/></td>
...
...
@@ -1863,7 +1863,7 @@
<tr>
<td
colspan=
"2"
><button
type=
"button"
id=
"start_screen_share"
onclick=
"javascript:onTestClick(this);"
>
Start Screen share
</button></td>
<td
colspan=
"2"
><button
type=
"button"
id=
"stop_screen_share"
onclick=
"javascript:onTestClick(this);"
>
Stop Screen Share
</button></td>
<td
><div
id=
"res_screen_share"
></div
></td>
<td
colspan=
"2"
id=
"res_screen_share"
></td>
</tr>
</tr>
<td
colspan=
"2"
><button
type=
"button"
id=
"get_aac_mics"
onclick=
"javascript:onTestClick(this);"
>
Get Agora Mics
</button></td>
...
...
@@ -1874,7 +1874,7 @@
<tr>
<td
colspan=
"2"
><button
type=
"button"
id=
"start_audio_share"
onclick=
"javascript:onTestClick(this);"
>
Start Audio share
</button></td>
<td
colspan=
"2"
><button
type=
"button"
id=
"stop_audio_share"
onclick=
"javascript:onTestClick(this);"
>
Stop Audio Share
</button></td>
<td
><div
id=
"res_audio_share"
></div
></td>
<td
colspan=
"2"
id=
"res_audio_share"
></td>
</tr>
</table>
...
...
请
注册
或
登录
后发表评论