Skip to main content

Interpreter


Use the Interpreter confirmation popup to notify the patient that an audio-only interpreter joins the active video consultation at the doctor’s request.


Patient-side screen

This page describes the patient video room. For the doctor video room, see Video Interpreter.



This screen includes:

#ElementDescription
1Confirmation messageStates that an audio-only interpreter joins the consultation
2OK actionDismisses the popup
3Close actionDismisses the popup

Workflow

  1. Open an active video consultation.
  2. Receive the doctor’s interpreter request.
  3. Call PUT /api/v3/appointments/{appointment-id}/video-room/interpreter/confirm.
  4. Display the interpreter confirmation popup.
  5. Select OK or the close action.
  6. Continue the consultation.

Validations

ScenarioApp behaviorSDK output
Video consultation is inactiveDo not display the popupstate = unavailable
Interpreter request is confirmedDisplay the popupPage object
Request failsPreserve the current consultationstate = error
Session is invalidReject the requeststate = unauthenticated

Actions

ScenarioApp behaviorSDK output
Confirmation receivedDisplay the interpreter noticePage object
OK selectedDismiss the popupClose event
Close selectedDismiss the popupClose event

Endpoint Resources

Interpreter F2F

PUT 

v3/appointments/{appointment-id}/video-room/interpreter/confirm

Returns a confirmation popup after the doctor requests an interpreter for the specified appointment.