Skip to main content

Video Room Time Error


Use Video Room Time Error when the user cannot join a video consultation because the session has ended or has not started yet.



This screen includes:

#ElementDescription
1Error modalDisplays the video consultation error.
2Error messageExplains that the video consultation has ended.
3Support instructionTells the user to contact support if they cannot join.
4OK actionCloses the modal.

Workflow

  1. Open the video room for an appointment.
  2. Check whether the video consultation is joinable.
  3. Display the scheduled time modal when the consultation has not started yet.
  4. Display the time error modal when the consultation has ended.
  5. Select OK to close the modal.

Scheduled Video Visit

Use this state when the video visit is scheduled but the session is not open yet.


This screen includes:

#ElementDescription
1Scheduled time modalInforms the user when the video consultation will start.
2Start time messageDisplays the scheduled video visit time and time zone.
3Reminder messageExplains that the user will receive a reminder before the visit starts.
4OK actionCloses the modal.

Validations

ScenarioApp behaviorSDK output
Appointment missingDisplay error stateerror = appointment_required
Video consultation endedDisplay time error modalerror = video_room_ended
Video consultation joinableContinue to video roomvideoRoom = available
Request rejectedDisplay error statestatus = 405

Actions

ScenarioApp behaviorSDK output
Time error detectedLoad error modalPUT /api/v3/appointments/{appointment-id}/video-room/error
OK selectedClose modalstate = dismissed
Request rejectedPreserve current statestate = unchanged

Endpoint Resources

Time Error

PUT 

v3/appointments/{appointment-id}/video-room/error

Returns the time error modal when the user can no longer join the video consultation.