CONFIG.MD
LICENSE
README.md
__init__.py
_capabilities.py
_codegen.py
_codegen_settings.py
actions.py
admin.py
apps.py
checks.py
codegen_urls.py
conf.py
conftest.py
consumers.py
dto.py
erasure.py
errors.py
functions.py
gdpr.py
live_rooms.py
models.py
presence.py
py.typed
pyproject.toml
realtime.py
retention.py
routing.py
scope.py
serializers.py
services.py
tasks.py
urls.py
urls_v1.py
usage.py
views.py
webhooks.py
./CONFIG.MD
./__init__.py
./_capabilities.py
./_codegen.py
./_codegen_settings.py
./actions.py
./admin.py
./apps.py
./checks.py
./codegen_urls.py
./conf.py
./conftest.py
./consumers.py
./dto.py
./erasure.py
./errors.py
./functions.py
./gdpr.py
./live_rooms.py
./models.py
./presence.py
./py.typed
./realtime.py
./retention.py
./routing.py
./scope.py
./serializers.py
./services.py
./tasks.py
./urls.py
./urls_v1.py
./usage.py
./views.py
./webhooks.py
./calls/__init__.py
./calls/authorize.py
./calls/consumers.py
./calls/dto.py
./calls/models.py
./calls/notify.py
./calls/realtime.py
./calls/serializers.py
./calls/services.py
./calls/sweeper.py
./calls/thread.py
./calls/views.py
./docs/capabilities.json
./docs/errors.json
./docs/flows.json
./docs/llms.txt
./management/__init__.py
./management/commands/__init__.py
./management/commands/video_backfill_scope.py
./management/commands/video_purge_spans.py
./management/commands/video_sweep_calls.py
./management/commands/video_sweep_presence.py
./migrations/0001_initial.py
./migrations/0002_participantspan.py
./migrations/0003_participantspan_scope_key.py
./migrations/0004_call.py
./migrations/__init__.py
./providers/__init__.py
./providers/base.py
./providers/livekit.py
./schemas/consumes/gdpr.erasure.requested.json
./schemas/consumes/gdpr.owner.probe.json
./schemas/consumes/profile.changed.json
./schemas/consumes/user.deleted.json
./schemas/consumes/user.merged.json
./schemas/emits/gdpr.owner.alive.json
./schemas/emits/gdpr.section.erased.json
./schemas/emits/video.egress_ended.json
./schemas/emits/video.participant.joined.json
./schemas/emits/video.participant.left.json
./schemas/functions/video.presence.aggregate.json
./schemas/functions/video.presence.pairs_export.json
./schemas/functions/video.presence.spans_export.json
./schemas/functions/video.presence.usage_rollup.json
./schemas/functions/video.presence.usage_rollup_by_month.json
calls/__init__.py
calls/authorize.py
calls/consumers.py
calls/dto.py
calls/models.py
calls/notify.py
calls/realtime.py
calls/serializers.py
calls/services.py
calls/sweeper.py
calls/thread.py
calls/views.py
docs/capabilities.json
docs/errors.json
docs/flows.json
docs/llms.txt
management/__init__.py
management/commands/__init__.py
management/commands/video_backfill_scope.py
management/commands/video_purge_spans.py
management/commands/video_sweep_calls.py
management/commands/video_sweep_presence.py
migrations/0001_initial.py
migrations/0002_participantspan.py
migrations/0003_participantspan_scope_key.py
migrations/0004_call.py
migrations/__init__.py
providers/__init__.py
providers/base.py
providers/livekit.py
schemas/consumes/gdpr.erasure.requested.json
schemas/consumes/gdpr.owner.probe.json
schemas/consumes/profile.changed.json
schemas/consumes/user.deleted.json
schemas/consumes/user.merged.json
schemas/emits/gdpr.owner.alive.json
schemas/emits/gdpr.section.erased.json
schemas/emits/video.egress_ended.json
schemas/emits/video.participant.joined.json
schemas/emits/video.participant.left.json
schemas/functions/video.presence.aggregate.json
schemas/functions/video.presence.pairs_export.json
schemas/functions/video.presence.spans_export.json
schemas/functions/video.presence.usage_rollup.json
schemas/functions/video.presence.usage_rollup_by_month.json
stapel_video.egg-info/PKG-INFO
stapel_video.egg-info/SOURCES.txt
stapel_video.egg-info/dependency_links.txt
stapel_video.egg-info/requires.txt
stapel_video.egg-info/top_level.txt
tests/test_call_ring.py
tests/test_calls.py
tests/test_checks.py
tests/test_consumer.py
tests/test_contract.py
tests/test_gdpr.py
tests/test_gdpr_owner.py
tests/test_live_rooms_seam.py
tests/test_livekit_provider.py
tests/test_lobby.py
tests/test_pagination.py
tests/test_presence_ingest.py
tests/test_presence_queries.py
tests/test_presence_retention.py
tests/test_presence_sweeper.py
tests/test_rename_propagation.py
tests/test_rooms.py
tests/test_scope_mandate.py
tests/test_scope_usage.py
tests/test_stable_identity.py
tests/test_user_merged.py
tests/test_webhook.py