���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /usr/local/FlashphonerWebCallServer/client/examples/tools/lt/ |
<!DOCTYPE html> <html> <head> <title>Caller</title> <!-- JQuery --> <script type="text/javascript" src="../../../dependencies/jquery/jquery.js"></script> <script type="text/javascript" src="../../../dependencies/jquery/jquery-ui.js"></script> <script type="text/javascript" src="../../../dependencies/jquery/jquery.websocket.js"></script> <script type="text/javascript" src="../../../dependencies/jquery/jquery.json.js"></script> <!-- ****** --> <!-- WCS JavaScript API --> <script type="text/javascript" src="../../../Flashphoner.js"></script> <script type="text/javascript" src="../../../dependencies/swf/swfobject.js"></script> <!-- Minimum script for calls --> <script type="text/javascript" src="Caller.js"></script> <script type="text/javascript" src="../../ConfigurationLoader.js"></script> </head> <!-- Establish connection on page load --> <body onload="initAPI()"> STATUS: <div id="info"></div></br> <!-- Call to WCS2 on click by this link --> <video id="localMediaElement" autoplay></video> <video id="remoteMediaElement" style="width:320px;height:240px" autoplay></video> <div style="width:320px;height:240px"><div id="flashVideoDiv"></div></div> <a href="#" on onclick="cancel();return false">cancel</a> </body> </html>