Skip to content

Commit

Permalink
added url
Browse files Browse the repository at this point in the history
  • Loading branch information
manzil-infinity180 committed Aug 20, 2024
1 parent 11bc5d5 commit c17248f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Meeting.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function Meeting() {
});
// connecting to server - socket;
// connecting to socket and sending the meetingID == socket , signalingServer
const URL = 'http://localhost:5006'
const URL = 'https://webrtc-server-uviu.onrender.com'
const socketIo = io(URL,{
transports: ['websocket', 'polling', 'flashsocket'],
});
Expand Down

0 comments on commit c17248f

Please sign in to comment.