webrtc2-template.php
Description: Removes unnecessary content from the video chat page.
Choose stun server for user video chat. Used for WebRTC2 (client Java).
PHP version 8.0.1
Tags
Table of Contents
Functions
- webrtc2_build_template_blank() : mixed
 - Used for client application: Java client.
 - webrtc2_choose_stun() : mixed
 - Choose stun server name for user video chat.
 - webrtc2_receive_stun() : mixed
 - Receive data of stun server name.
 - cmp() : mixed
 - Helper function for uasort($data, "cmp").
 
Functions
webrtc2_build_template_blank()
Used for client application: Java client.
    
                    webrtc2_build_template_blank() : mixed
        Since the client application works on mobile devices with a small screen, all unnecessary content is removed from the video chat page and only the shortcode remains.
webrtc2_choose_stun()
Choose stun server name for user video chat.
    
                    webrtc2_choose_stun() : mixed
    
    
    
    
webrtc2_receive_stun()
Receive data of stun server name.
    
                    webrtc2_receive_stun(mixed $user_time_zone) : mixed
    
        Parameters
- $user_time_zone : mixed
 
cmp()
Helper function for uasort($data, "cmp").
    
                    cmp(mixed $a, mixed $b) : mixed
    
        Parameters
- $a : mixed
 - $b : mixed