enable_web_rtc
enable_web_rtc($enable=true,$refresh=true); - allow or disable WebRTC in the browser. (Available from version 4.9.39)
the input Function accepts parameters:
$enable – allow (true) or deny (false)$refresh – whether to refresh (true) or not (false) the page after this command
After testing, the function returns the result of its work to the script :
true – completed successfully
false – failed