livekit / client-sdk-swift

LiveKit Swift Client SDK. Easily build live audio or video experiences into your mobile app, game or website.
https://livekit.io
Apache License 2.0
176 stars 85 forks source link

After audio publiced,I'm playing the video in the background , I find room audio stopped, How can I keep the audio from stopping. #423

Closed liuyang2211 closed 1 week ago

davidzhao commented 1 week ago

you need to enable background modes for your app. this is a standard iOS behavior. See docs for examples on what to set