forked from External/mediamtx
import changes
This commit is contained in:
parent
da5420a788
commit
09ad8e7160
3 changed files with 28 additions and 0 deletions
|
|
@ -437,6 +437,7 @@ const sendOffer = (offer) => {
|
|||
return res.text()
|
||||
.then((sdp) => onRemoteAnswer(sdp));
|
||||
})
|
||||
.then((sdp) => onRemoteAnswer(sdp))
|
||||
.catch((err) => {
|
||||
onError(err.toString());
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue