ice -> candidate
This commit is contained in:
parent
67f623f68b
commit
1ac03a1039
@ -161,7 +161,7 @@ PeerServer.prototype._initializeHTTP = function() {
|
||||
self._handleTransmission(req.body, res);
|
||||
});
|
||||
|
||||
this._app.post('/ice', function(req, res) {
|
||||
this._app.post('/candidate', function(req, res) {
|
||||
self._handleTransmission(req.body, res);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user