1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

Adding option for restream webrtc

This commit is contained in:
Daniel 2021-07-21 17:11:18 -03:00
parent 8fd51a10e8
commit 2bf836b97e
2 changed files with 7 additions and 0 deletions

View file

@ -34,4 +34,8 @@ function webRTCConnect() {
function webRTCDisconnect() {
document.querySelector("iframe").contentWindow.postMessage({setLiveStop: 1}, "*");
}
function webRTCConfiguration() {
document.querySelector("iframe").contentWindow.postMessage({setConfiguration: 1}, "*");
}