mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
Create complete video platforms abstraction layer following daily.co branch pattern with Jitsi-specific directory structure. - Add video_platforms base module with abstract classes - Create VideoPlatformClient, MeetingData, VideoPlatformConfig interfaces - Add platform registry system for client management - Create factory pattern for platform client creation - Add Jitsi directory structure with __init__.py, tasks.py, client.py - Configure Jitsi platform in factory with JWT-based authentication 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
76 B
Python
4 lines
76 B
Python
"""Jitsi-specific worker tasks."""
|
|
|
|
# Placeholder for Jitsi recording tasks
|