Implement renegotiation in the up direction.

This commit is contained in:
Juliusz Chroboczek
2020-08-06 23:55:00 +02:00
parent 9506615272
commit 23c4aea58f
2 changed files with 20 additions and 13 deletions
+1
View File
@@ -1243,6 +1243,7 @@ async function negotiate(id) {
id: id,
labels: c.labelsByMid,
offer: offer,
renegotiate: true,
});
}