|
|
|
|
@ -309,7 +309,7 @@ class _PatientProfileScreenState extends State<PatientProfileScreen> with Single
|
|
|
|
|
// .openVideo(
|
|
|
|
|
// model.startCallRes,
|
|
|
|
|
// patient,
|
|
|
|
|
// false, callConnected, // model.startCallRes.isRecording
|
|
|
|
|
// model.startCallRes != null ? model.startCallRes.isRecording : true, callConnected,
|
|
|
|
|
// callDisconnected);
|
|
|
|
|
// });
|
|
|
|
|
if (isCallFinished) {
|
|
|
|
|
@ -349,7 +349,7 @@ class _PatientProfileScreenState extends State<PatientProfileScreen> with Single
|
|
|
|
|
.openVideo(
|
|
|
|
|
model.startCallRes,
|
|
|
|
|
patient,
|
|
|
|
|
/*model.startCallRes != null ? model.startCallRes.isRecording : */ true
|
|
|
|
|
model.startCallRes != null ? model.startCallRes.isRecording : true
|
|
|
|
|
, callConnected,
|
|
|
|
|
callDisconnected);
|
|
|
|
|
});
|
|
|
|
|
|