PictureInPictureView
View to ve shown when inside a call and the app enter picture in picture mode. Will show the primary speaker.
Properties
List of the currently running jobs collecting data for the screen.
Functions
Binds PictureInPictureView with CallViewModel, updating the view's state based on data provided by the ViewModel, and propagating view events to the ViewModel as needed.
Notifies that the orientation has changed.
Populates the PiP ui with the CallParticipantView to preview the primary speaker.
Used to set the RendererInitializer for the CallParticipantView.
Populates the PiP ui with the ScreenShareView to preview the primary speaker.
Used to start a job for this screen. The started job will be added to the runningJobs list so we can clean them up when not needed any more.
Stops and clears all of the currently running jobs.