Prerequisites
- Talview-provisioned tenant + project DSN (customer success or Talview Sales can help).
- Modern browser with WebRTC support and HTTPS hosting for your delivery app.
- Ability to add a script tag and a small bootstrap snippet wherever proctoring needs to run.
Content Security Policy (CSP)
If your application enforces CSP headers, allow the domains and inline resources required by the SDK:Installation
Script tag
Place the loader as the last script on any page that needs Talview SDK. The loader attaches itself globally aswindow.TalviewSDK.
Interfaces
The Talview SDK is composed of the following modules:sessionPlayback– exposes the Talview session playback factory onTalviewSDK.sessionPlaybackafter the loader initializes. See the Session Playback setup guide for end-to-end instructions.

