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-REQUEST] Prerecorded audio track #15

Open
cinjon opened this issue Feb 22, 2023 · 1 comment
Open

[FEATURE-REQUEST] Prerecorded audio track #15

cinjon opened this issue Feb 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@cinjon
Copy link

cinjon commented Feb 22, 2023

I'd like to be able to pipe a pre-recorded audio track from the server to everyone in the call simultaneously. Ideally, I'd also be able to have the host pause and play it.

Is this possible using the Daily API, either in REST or JS? I think the DailyAudioTrack can do this, but I can't quite tell.

@cinjon cinjon added the enhancement New feature or request label Feb 22, 2023
@Regaddi
Copy link
Contributor

Regaddi commented Feb 23, 2023

This can be done with custom tracks, however their support is currently limited. DailyAudioTrack can't play custom audio tracks, just yet, but we already have this in our backlog.
In the meantime, until Daily React adds support for custom tracks, you can setup custom track <audio> tags manually. The DailyAudioTrack component can act as a source for inspiration here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants