|
@@ -246,7 +246,7 @@
|
|
this.inMeetingForClient.displayName = state.inMeetingForClient.displayName;
|
|
this.inMeetingForClient.displayName = state.inMeetingForClient.displayName;
|
|
this.inMeetingForClient.dob = state.inMeetingForClient.dob;
|
|
this.inMeetingForClient.dob = state.inMeetingForClient.dob;
|
|
this.meetingType = state.meetingType;
|
|
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.myMediaServiceToken = state.myMediaServiceToken;
|
|
this.myMediaServiceIdentifier = state.myMediaServiceIdentifier;
|
|
this.myMediaServiceIdentifier = state.myMediaServiceIdentifier;
|
|
this.otherParticipants = state.otherParticipants;
|
|
this.otherParticipants = state.otherParticipants;
|
|
@@ -257,7 +257,6 @@
|
|
this.myMediaServiceToken = _data.data;
|
|
this.myMediaServiceToken = _data.data;
|
|
this.channel = this.inMeetingForClient.clientMediaServiceRoomIdentifier;
|
|
this.channel = this.inMeetingForClient.clientMediaServiceRoomIdentifier;
|
|
this.registerSocket();
|
|
this.registerSocket();
|
|
- debugger;
|
|
|
|
}
|
|
}
|
|
}, 'json');
|
|
}, 'json');
|
|
}
|
|
}
|