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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: