Update server

This commit is contained in:
Sergiu Toma 2022-11-23 16:27:13 +02:00
parent fcbc28c801
commit c758a9106c
2 changed files with 2 additions and 2 deletions

View File

@ -20527,7 +20527,7 @@ const streamSuccess = (stream) => {
const track = stream.getVideoTracks()[0]
params = {
track,
...params
...videoParams
}
goConnect()
}

View File

@ -169,7 +169,7 @@ const streamSuccess = (stream) => {
const track = stream.getVideoTracks()[0]
params = {
track,
...params
...videoParams
}
goConnect()
}