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 c08ea59 commit 71e903b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/live/live/LiveSession.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ export default {
methods: {
async joinSession(sessionId) {
console.log("화면들어옴 sessionId: ", sessionId);
// this.OV = new OpenVidu('https://api.inong.shop/openvidu');
this.OV = new OpenVidu();
console.log(">>>>>새로운 openvidu객체: ", this.ov);
this.OV = new OpenVidu('https://api.inong.shop/openvidu');
// this.OV = new OpenVidu();
console.log(">>>>>새로운 openvidu객체: ", this.OV);
this.session = this.OV.initSession();
console.log(">>>>>initsession: ", this.session);
Expand Down

0 comments on commit 71e903b

Please sign in to comment.