Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Egress API: New method StartAutoEgress #799

Open
coonmoo opened this issue Nov 2, 2024 · 0 comments
Open

[FEATURE] Egress API: New method StartAutoEgress #799

coonmoo opened this issue Nov 2, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@coonmoo
Copy link

coonmoo commented Nov 2, 2024

Problem

We want to automatically record all current and future published audio tracks in a room when a user of our app requests a recording. Currently we are only able to do that if we specify the egress parameter (Auto Egress) when creating a room.

Therefore we always have egress requests running even if we do not need the recording.

Solution

Introduce a new Egress API method StartAutoEgress which would allow us to start the Auto Egress on demand.

Note: We are not able to use the TrackEgress API as our server infrastructure can not use the Livekit client or the Webhooks feature to listen to track published events to start the individual track egress request.

@coonmoo coonmoo added enhancement New feature or request help wanted Extra attention is needed labels Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant