mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-23 02:29:20 +08:00
Format with prettier
This commit is contained in:
parent
35c0fa437f
commit
300e94be5b
@ -111,7 +111,7 @@ io.on("connection", function (socket) {
|
||||
socket.on("token", function (room) {
|
||||
logIt("Received token request", room);
|
||||
if (iceServer) {
|
||||
socket.emit("token", {iceServers: [iceServer]);
|
||||
socket.emit("token", { iceServers: [iceServer] });
|
||||
return;
|
||||
}
|
||||
twilio.tokens.create(function (err, response) {
|
||||
|
Loading…
Reference in New Issue
Block a user