Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 8e0471d

Browse files
committed
Update scheme from quic-transport to https.
1 parent 981f84c commit 8e0471d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/management_api/resource/v1/tokensResource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ var generateToken = function(currentRoom, authData, origin, callback) {
148148
hostname = info.ip;
149149
}
150150
// TODO: Rename "echo".
151-
token.webTransportUrl = 'quic-transport://' + hostname + ':' + info.port + '/';
151+
token.webTransportUrl = 'https://' + hostname + ':' + info.port + '/';
152152
}
153153
databaseGenerateToken(token).then(tokenS => {
154154
callback(tokenS);

0 commit comments

Comments
 (0)