livekit / client-sdk-flutter

Flutter Client SDK for LiveKit
https://docs.livekit.io
Apache License 2.0
229 stars 108 forks source link

[feature] Picture in Picture mode #534

Open UserJah opened 2 weeks ago

UserJah commented 2 weeks ago

Is your feature request related to a problem? Please describe.

When i connect to room and bring app to background I want to enable Picture in Picture mode

Describe the solution you'd like

I'm guess we need platform specific UI and get access to platform media tracks to provide data (like LocalParticipant tracks and RemoteParticiapnt active speaker tracks).

Describe alternatives you've considered

-

Additional context

Do you have ideas how to implement this feature?