Browse Source

Code cleanup

Vijayakrishnan 4 years ago
parent
commit
be60cc9f6a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      resources/views/app/video/call-agora-v2.blade.php

+ 1 - 2
resources/views/app/video/call-agora-v2.blade.php

@@ -246,7 +246,7 @@
                                 this.inMeetingForClient.displayName = state.inMeetingForClient.displayName;
                                 this.inMeetingForClient.dob = state.inMeetingForClient.dob;
                                 this.meetingType = state.meetingType;
-                                // NOTE: this now comes frm its own end-point (see below)
+                                // NOTE: this now comes from its own end-point (see below)
                                 // this.myMediaServiceToken = state.myMediaServiceToken;
                                 this.myMediaServiceIdentifier = state.myMediaServiceIdentifier;
                                 this.otherParticipants = state.otherParticipants;
@@ -257,7 +257,6 @@
                                             this.myMediaServiceToken = _data.data;
                                             this.channel = this.inMeetingForClient.clientMediaServiceRoomIdentifier;
                                             this.registerSocket();
-                                            debugger;
                                         }
                                     }, 'json');
                                 }