18

Apple introduced picture-in-picture feature for iOS starting version 14.0 while it was available for iPadOS earlier. The feature works fine when using AVFoundation API. For example,

import AVFoundation

func viewDidLoad() {
    let playerController = AVPlayerViewController()
    playerController.allowsPictureInPicturePlayback = true
}

What I am looking for is that if there are any solutions/APIs to implement picture-in-picture for WebRTC video streams in iOS and iPadOS, in particular, for RTCVideoRenderer.

Hassan Shahbazi
  • 1,543
  • 9
  • 26

0 Answers0