Get Conversation Screen Share Recording Url
campaign-insights
Get Conversation Screen Share Recording Url
Signed playback URL for a screen recording.
Mirrors the audio /recording/url access pattern: the browser’s video
element streams straight from storage with range-request support instead
of buffering the file through the Next.js API proxy (which cannot stream
media and breaks playback). url is null for local-dev files; callers
fall back to the direct /recording endpoint then.
GET
Get Conversation Screen Share Recording Url
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.