Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
vydndrl committed Nov 1, 2024
1 parent 135d94c commit 3eeecd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/live/live/LiveSession.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default {
methods: {
async joinSession(sessionId) {
console.log("화면들어옴 sessionId: ", sessionId);
this.OV = new OpenVidu("https://api.inong.shop:4443/");
this.OV = new OpenVidu('https://api.inong.shop/openvidu');
this.OV.forceSecure = true;
// this.OV = new OpenVidu();
console.log(">>>>>새로운 openvidu객체: ", this.OV);
Expand Down

0 comments on commit 3eeecd2

Please sign in to comment.