Cisco Interactive Experience Client 4600 Series User Manual page 208

Hide thumbs Also See for Interactive Experience Client 4600 Series:
Table of Contents

Advertisement

Appendix F
Video Conferencing Using the Session Initiation Protocol Client
SipPhone Widget
if (sip_min == 59) {
sip_min = 00;
sip_hrs = sip_hrs + 1;
}
if (sip_sec <= 9){
sip_sec = "0" + sip_sec;
}
calltime = (sip_hrs<1 ? "" : ((sip_hrs<=9 ? "0" + sip_hrs : sip_hrs) + ":")) +
(sip_min<=9 && sip_hrs>0 ? "0" + sip_min : sip_min) + ":" + sip_sec;
sipTimer.innerHTML = calltime;
sipTimer.title = "Last call duration: "+calltime;
sip_OneSecond = setTimeout("countDown(1)", 1000);
} else {
sipTimer.innerHTML = "0:00";
clearTimeout(sip_OneSecond);
sip_sec = 00;
sip_min = 00;
}
}
function isDebugMode(){
var l=String(window.location);
var qs=l.substring(l.indexOf("?", 0)+1, l.length);
if(qs.indexOf("debug", 0)>=0){
document.getElementById('appDebugInfo').style.visibility = "visible";
} else {
document.getElementById('appDebugInfo').style.visibility = "hidden";
}
}
function init(){
isDebugMode();
initSIP();
}
</script>
</head>
<body onLoad="init()">
<div class="fullwindow hbox">
<div class="vbox" style="-webkit-box-flex: 1; box-flex: 1; -webkit-box-pack:
center; box-pack: center;" >
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="1" align="center"
bgcolor="#000000">
<tr>
<td class="topPanel">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"
style="width:100%; max-width:640px">
<tr>
<td width="49%" style="min-width:160px" align="left"><span class="status"
id="SIPstatus">&nbsp;</span></td>
<td align="center">
<div style="min-width:162px">
<table border="0" cellpadding="0" cellspacing="0" height="100%">
<tr>
<td width="44"><div style="width:44px">&nbsp;</div></td>
<td width="74" align="center" style="width:74px"><img id="camera"
src="img/eye.png" width="30" height="30" /></td>
<td width="44"><img id="registeredLED" class="LED_off" src="img/spacer.png"
width="44" height="24" /></td>
</tr>
</table>
</div>
</td>
<td width="49%" style="min-width:160px" align="right">&nbsp;</td>
Cisco Interactive Experience Client 4600 Series User Guide
F-10

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Iec 4632Iec 4610

Table of Contents