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:
parent
8fd51a10e8
commit
2bf836b97e
2 changed files with 7 additions and 0 deletions
|
@ -34,4 +34,8 @@ function webRTCConnect() {
|
|||
|
||||
function webRTCDisconnect() {
|
||||
document.querySelector("iframe").contentWindow.postMessage({setLiveStop: 1}, "*");
|
||||
}
|
||||
|
||||
function webRTCConfiguration() {
|
||||
document.querySelector("iframe").contentWindow.postMessage({setConfiguration: 1}, "*");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue