You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add desktop recordings API methods to PostHogAPIClient
Add API methods for desktop recordings CRUD operations:
- createDesktopRecordingUpload(): Create upload token for new recording
- getDesktopRecording(): Fetch recording metadata
- getDesktopRecordingTranscript(): Fetch recording transcript
- listDesktopRecordings(): List recordings with optional filters
These methods are used by the Recall SDK integration to interact with
the PostHog backend for desktop meeting recordings.
0 commit comments