Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
8d33af4e
提交
8d33af4e
authored
7月 14, 2014
作者:
Anthony Minessale
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
clean up verto demo and add examples of moderator controls
上级
ab292dc3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
26 行增加
和
13 行删除
+26
-13
index.html
html5/verto/demo/index.html
+16
-4
verto-min.js
html5/verto/demo/js/verto-min.js
+0
-0
jquery.verto.js
html5/verto/js/src/jquery.verto.js
+10
-9
没有找到文件。
html5/verto/demo/index.html
浏览文件 @
8d33af4e
...
...
@@ -14,6 +14,19 @@
font-weight
:
normal
;
height
:
27px
;
}
.ctlbtn
{
border
:
0px
;
color
:
#eeeeee
;
background-color
:
#0000ae
;
font-face
:
arial
;
}
.ctlbtn
:hover
{
color
:
#ffffae
;
cursor
:
pointer
;
}
</style>
</head>
...
...
@@ -74,8 +87,6 @@
<div
id=
"conf"
>
<div
style=
"color:black;font-family: verdana"
align=
"center"
id=
"conf_count"
></div>
<div
id=
"conf_mod"
></div>
<div
id=
"conf_display"
></div>
<table
width=
"800"
cellspacing=
"0"
cellpadding=
"0"
border=
"0"
align=
"center"
id=
"conf_list"
class=
"jsDataTable"
>
</table>
</div>
...
...
@@ -105,12 +116,13 @@
<button
class=
"dtmf"
data-inline=
"true"
>
0
</button>
<button
class=
"dtmf"
data-inline=
"true"
>
#
</button>
</div>
<div
id=
"conf_mod"
></div>
<div
style=
"color:blue"
id=
"conf_display"
></div>
<br>
<button
data-inline=
"true"
id=
"hold"
>
HOLD
</button>
<button
data-inline=
"true"
id=
"hupbtn"
>
End Call
</button>
<button
data-inline=
"true"
class=
"startxferbtn"
>
Transfer
</button>
<B
r><br>
<b
r><br>
<img
src=
"img/verto_black_web.gif"
width=
"300"
><br><br>
<div
id=
"media"
>
<video
width=
800
id=
"webcam"
autoplay=
"autoplay"
hidden=
"true"
></video>
...
...
html5/verto/demo/js/verto-min.js
浏览文件 @
8d33af4e
This diff was suppressed by a .gitattributes entry.
html5/verto/js/src/jquery.verto.js
浏览文件 @
8d33af4e
...
...
@@ -1150,10 +1150,10 @@
var
div_id
=
"confman_"
+
confMan
.
serno
;
var
html
=
"<div id='"
+
div_id
+
"'><br>"
+
"<button id='"
+
play_id
+
"'>Play</button>"
+
"<button id='"
+
stop_id
+
"'>Stop</button>"
+
"<button id='"
+
recording_id
+
"'>Record</button>"
+
"<button id='"
+
rec_stop_id
+
"'>Record Stop</button>"
"<button
class='ctlbtn'
id='"
+
play_id
+
"'>Play</button>"
+
"<button
class='ctlbtn'
id='"
+
stop_id
+
"'>Stop</button>"
+
"<button
class='ctlbtn'
id='"
+
recording_id
+
"'>Record</button>"
+
"<button
class='ctlbtn'
id='"
+
rec_stop_id
+
"'>Record Stop</button>"
+
"<br><br></div>"
;
...
...
@@ -1189,10 +1189,10 @@
var
html
=
"<div id='"
+
box_id
+
"'>"
+
"<button id='"
+
kick_id
+
"'>KICK</button>"
+
"<button id='"
+
tmute_id
+
"'>MUTE</button>"
+
"<button id='"
+
voldn_id
+
"'>vol -</button>"
+
"<button id='"
+
volup_id
+
"'>vol +</button>"
+
"<button
class='ctlbtn'
id='"
+
kick_id
+
"'>KICK</button>"
+
"<button
class='ctlbtn'
id='"
+
tmute_id
+
"'>MUTE</button>"
+
"<button
class='ctlbtn'
id='"
+
voldn_id
+
"'>vol -</button>"
+
"<button
class='ctlbtn'
id='"
+
volup_id
+
"'>vol +</button>"
+
"</div>"
;
...
...
@@ -1244,6 +1244,7 @@
if
(
confMan
.
params
.
mainModID
)
{
genMainMod
(
$
(
confMan
.
params
.
mainModID
));
$
(
confMan
.
params
.
displayID
).
html
(
"Moderator Controls Ready<br><br>"
)
}
else
{
$
(
confMan
.
params
.
mainModID
).
html
(
""
);
}
...
...
@@ -1260,7 +1261,7 @@
clearTimeout
(
confMan
.
lastTimeout
);
confMan
.
lastTimeout
=
0
;
}
confMan
.
lastTimeout
=
setTimeout
(
function
()
{
$
(
confMan
.
params
.
displayID
).
html
(
""
)},
4000
);
confMan
.
lastTimeout
=
setTimeout
(
function
()
{
$
(
confMan
.
params
.
displayID
).
html
(
"
Moderator Controls Ready<br><br>
"
)},
4000
);
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论