=== WP-WebRTC2 === Contributors: adminkov Plugin Name: WP-WebRTC2 Plugin URI: https://wordpress.org/plugins/wp-webrtc2/ Tags: webrtc, video-chat Author: Oleg Klenitskiy Author URI: https://adminkov.bcr.by/ Donate link: https://adminkov.bcr.by/contact/ Requires at least: 5.1 Requires PHP: 7.0 Tested up to: 5.4 Stable tag: 1.0.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Initiation: Dedicated to granddaughter Arina Akrushko == Description == WP-WebRTC2 is a WordPress CMS plugin that provides video-chat between two registered visitors to the site on which the plugin is installed. The number of pairs-interlocutor is unlimited. Within of this video-chat, the following are possible: exchange of text messages, files, video recording of a conversation, providing the interlocutor with a view of you computer screen during communication. You can also leave a message to the invited interlocutor, but who is currently not on the video-chat page. When this person appears on the video-chat page, he will read all the messages addressed to him from various registered participants. Then, these messages will be automatically deleted. Thus, if your interlocutor is not yet on the video-chat page, the autoresponder will automatically save your messages to the interlocutor until it appears on the video-chat page. The WP-WebRTC2 plugin is aimed at using browsers: Google Chrome, Fire Fox, Edge, Opera, Yandex. Recommendation: to improve the quality of the interface, install the plugin WatchMan-Site7 Plugin home page Documentation [en] Documentation [ru] ==Translations:== - English [en_EN] - Russian [ru_RU] == Installation ==

Duration of the video-chat: The site administrator determines the duration of the video-chat in the range of 1 - 24 hours. If you set 0 hours, video-chat will be unavailable. The current value of the video-chat time will be displayed in the graphical interface of the plugin as a countdown timer.
Disable video-chat for: the site administrator lists the IP addresses of registered site visitors for whom video-chat is prohibited.
Video-chat: The site administrator selects the category of registered visitors for whom video-chat is available.
STUN servers: the site administrator enters a list of stun servers without separating characters, in a column. The recommended list is located below on the settings page and is optional.
TURN server: the site administrator fills in the fields for the turn-server recommended on the plug-in settings page, or any other if he was lucky to find a free turn-server on the Internet :-) .
[webrtc2] the site administrator inserts this shortcode on the page of his site, where he wants to have a video-chat for his registered visitors to the site.

== Screenshots == 1. The general view of the video-chat plugin. 2. Configure of the video-chat plugin. == Changelog == = 1.0.0 = * The first publication of the plugin. = 1.0.1 = * Tested up to: WordPress 5.3. = 1.0.2 = * Tested up to: WordPress 5.4. == Upgrade Notice == = 1.0.0 = Recommendation: to improve the quality of the interface, install the plugin WatchMan-Site7 == Frequently Asked Questions == = Do I need to install additional software for this plugin to provide video chat? = The WP-WebRTC2 plugin does not require additional software. Signaling server functions are provided by the plugin itself. PHP signal ing modules are located in the subfolder of the plugin: wp-webrtc2 / includes / The signaling exchange data is stored in the:
get_option( 'webrtc2_users_online' );
get_option( 'webrtc2_guests' );
get_option( 'webrtc2_ice_candidates' );
get_option( 'webrtc2_sdp_offer' );
get_option( 'webrtc2_sdp_answer' );
get_option( 'webrtc2_autoresponder' );
get_option( 'webrtc2_time_failure' ); = What is the composition and structure of the plugin? = Anatomy of the plugin is described in the article [ru]: Anatomy of the WP-WebRTC2 Plugin