Skip to content

Commit

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

0 comments on commit 135d94c

Please sign in to comment.