The REST API spec only alows for returning a single server so name the
endpoint appropriately.
This commit is contained in:
@@ -765,7 +765,7 @@ angular.module('matrixService', [])
|
||||
},
|
||||
|
||||
getTurnServer: function() {
|
||||
return doRequest("GET", "/voip/turnServers");
|
||||
return doRequest("GET", "/voip/turnServer");
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user