Skip to main content

Video Call Issues


Use Video Call Issues to report a technical issue during an active video appointment.

The More actions menu provides access to the issue form and other available video controls.



This screen includes:

#ElementDescription
1More actions menuDisplays available video session actions
2Report issue actionOpens the technical issue form
3Add interpreter actionOpens the interpreter option when available
4Switch camera actionSwitches the active camera when supported
5Close actionCloses the menu

Workflow​

  1. Open More actions during an active video appointment.
  2. Select Report a Technical Issue.
  3. Call PUT /api/v3/appointments/{appointment-id}/issue.
  4. Render the returned issue form.
  5. Select the applicable issue.
  6. Call POST /api/v3/appointments/{appointment-id}/issue.
  7. Apply the response and return to the video appointment.

Validations​

ScenarioApp behaviorSDK output
Issue form opensDisplay the available issue optionsPage object
Required issue value is missingBlock submissionValidation error
Issue value is validAllow submissionValid form state
Report request succeedsComplete the issue actionAction response
Request failsDisplay the applicable errorError response

Actions​

ScenarioApp behaviorSDK output
Report a Technical Issue selectedOpen the issue formPUT /api/v3/appointments/{appointment-id}/issue
Issue selectedUpdate the issue formForm state update
Report submittedSubmit the issuePOST /api/v3/appointments/{appointment-id}/issue
Issue form closedReturn to the video appointmentClose action
More actions menu closedRemove the menu from viewClose action

Endpoint Resources​

Video Call Issue​

PUT 

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

Displays the technical issue form for the specified video appointment.

Report Video Call Issue​

POST 

v3/appointments/{appointment-id}/issue

Submits the technical issue report for the specified video appointment.

Internet Quality​

POST 

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

Reports video call quality and connection metrics for the specified appointment.