1
0
Fork 0
forked from External/mediamtx

import changes

This commit is contained in:
Failure 2024-07-24 16:52:58 -07:00
parent da5420a788
commit 09ad8e7160
3 changed files with 28 additions and 0 deletions

View file

@ -437,6 +437,7 @@ const sendOffer = (offer) => {
return res.text()
.then((sdp) => onRemoteAnswer(sdp));
})
.then((sdp) => onRemoteAnswer(sdp))
.catch((err) => {
onError(err.toString());
});