HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/engage.creativefellows.nl/templates/partials/webrtc.twig
<div id="c2c_div" style="display:none;visibility:hidden">
    
    <!-- In the span can be set optional "Call to ..." string -->
    <span></span> 
    
    <button id="c2c_button" title="Click to call us on the phone" class="button primary">   
      <svg id="c2c_svg_icon" fill="#006DF0" viewBox="0 0 0 0" class="c2c_icon_call hide">               
      </svg>     
      <span>Call</span>
    </button>
    
    <!-- The span used for phone API messages -->
    <span id="c2c_span_message"></span>
    
    <!-- Video controls for WebRTC. Invisible for audio call -->
    <video id="c2c_local_video" style="display: none;"></video>
    <video id="c2c_remote_video" style="display: none;" autoplay="autoplay"></video>
	
</div>