|
@@ -278,17 +278,6 @@ export default {
|
|
|
this.$set(cont, "self", true);
|
|
|
this.cameraWorkingConfirmed = true;
|
|
|
|
|
|
- this.$socket.emit("meetingJoined", {
|
|
|
- lobby_uid: this.lobbyProp.uid,
|
|
|
- meeting_name: this.meetingName,
|
|
|
- meeting_uid: this.meetingUid,
|
|
|
- user: {
|
|
|
- name: `${this.user.firstName} ${this.user.lastName}`,
|
|
|
- type: "STRANGER",
|
|
|
- uid: this.clientUid
|
|
|
- }
|
|
|
- });
|
|
|
-
|
|
|
if (this.stepper == 3) {
|
|
|
this.gotoStep3();
|
|
|
}
|