Commit 8da55c6e authored by Alexandre Iooss's avatar Alexandre Iooss Committed by Juliusz Chroboczek

Remove async from ServerConnection.gotRenegotiate

parent 4db82790
......@@ -729,7 +729,7 @@ ServerConnection.prototype.gotAnswer = async function(id, sdp) {
* @param {string} id
* @function
*/
ServerConnection.prototype.gotRenegotiate = async function(id) {
ServerConnection.prototype.gotRenegotiate = function(id) {
let c = this.up[id];
if(!c)
throw new Error('unknown up stream');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment