This message was deleted.
# announcements
s
This message was deleted.
d
LiveKit shouldn't prevent you from playing other audio inside the same application. It will be a bit more difficult if you are trying to stream that track to other participants in the session.
g
Thanks David. I am looking to play the audio to the room. I was wondering whether I can add another audio track (song) as another participant either from the server or from the host session (app). It will be a nice feature in our game app.
d
@glamorous-barista-3684 got it. I think you could do this either on the server side (with Go SDK). It'll require a bit of effort though. We have plans to make this much easier in the next ~2 months. For now you could encode audio files into Opus format, then publish it as a track. See publishing to a room From the client side, it's not currently possible to do with Flutter.