livekit_pip_ios 0.1.0+1
livekit_pip_ios: ^0.1.0+1 copied to clipboard
iOS implementation of the livekit_pip plugin — AVSampleBufferDisplayLayer PiP pipeline for LiveKit WebRTC video tracks.
Changelog #
0.1.0+1 #
- Initial release.
- iOS implementation using
AVPictureInPictureControllerwithsampleBufferDisplayLayercontent source. FrameBridgeconvertsRTCVideoFrame→CVPixelBuffer→CMSampleBufferfor enqueue into the display layer.- Active-speaker switching via Dart-driven track rebind without recreating the display layer.
PixelBufferCompositorfor optional local-participant self-view inset.