Skip to main content

Recorded Video Review

The Recorded Video Review page plays back a recorded Video KYC session and displays associated documents, customer status, and checklist history.

Route

  • /recordedVideo/:profileID/id/:videoID
  • Access: Customer Profile > Video Calls > select a completed call with a recorded video file
  • Back link: "Back to Customer Profile" navigates to /profile/:id
  • Layout: ProfileLayout

Required Permission

  • View page: Video Call Agent role
  • Select APPROVED or REJECTED status: approve_reject_video_call permission required

Page Layout

The page is divided into two columns:

Left column (8/12 width)

  • Customer name heading
  • Call Status selector
  • Video player (renders only when a video file URL is available)

Right column (4/12 width)

  • Documents panel header with Customer Status selector
  • Uploaded documents list

Full-width row below

  • Checklist History expandable section

Call Status

The Call Status selector updates the status of the recorded video call. Available options:

ValueNameLabelSelectable
0WAITINGWaitingNo (always disabled)
1MISSEDMissedNo (always disabled)
2TALKINGTalkingNo (always disabled)
3COMPLETECompleteYes
4INCOMPLETEIncompleteYes
5ESCALATEDEscalatedYes
6BAD_QUALITYBad QualityYes
7DISCONNECTEDDisconnectedYes
8APPROVEDApprovedYes — requires approve_reject_video_call permission
9REJECTEDRejectedYes — requires approve_reject_video_call permission
10CONNECTION_ERRORConnection ErrorYes
11SUSPICIOUSSuspiciousYes

Selecting a status immediately dispatches an update to the backend (updateVideoCall action with the call ID and new status value).

Documents Panel

  • Displays documents uploaded for the customer profile, filtered to the video call context.
  • Includes a Customer Status selector in the panel header.

Checklist History

  • Displayed in an expandable section below the main two-column layout.
  • Expanded by default.
  • Shows checklist history entries associated with the call.