|
@@ -283,7 +283,7 @@ export default {
|
|
meeting_name: this.meetingName,
|
|
meeting_name: this.meetingName,
|
|
meeting_uid: this.meetingUid,
|
|
meeting_uid: this.meetingUid,
|
|
user: {
|
|
user: {
|
|
- name: `${this.firstName} ${this.lastName}`,
|
|
|
|
|
|
+ name: `${this.user.firstName} ${this.user.lastName}`,
|
|
type: "STRANGER",
|
|
type: "STRANGER",
|
|
uid: this.clientUid
|
|
uid: this.clientUid
|
|
}
|
|
}
|