Remove async from ServerConnection.gotRenegotiate
This commit is contained in:
committed by
Juliusz Chroboczek
parent
4db8279016
commit
8da55c6e6c
+1
-1
@@ -729,7 +729,7 @@ ServerConnection.prototype.gotAnswer = async function(id, sdp) {
|
|||||||
* @param {string} id
|
* @param {string} id
|
||||||
* @function
|
* @function
|
||||||
*/
|
*/
|
||||||
ServerConnection.prototype.gotRenegotiate = async function(id) {
|
ServerConnection.prototype.gotRenegotiate = function(id) {
|
||||||
let c = this.up[id];
|
let c = this.up[id];
|
||||||
if(!c)
|
if(!c)
|
||||||
throw new Error('unknown up stream');
|
throw new Error('unknown up stream');
|
||||||
|
|||||||
Reference in New Issue
Block a user