bindPictureInPictureView
fun CallParticipantView.bindPictureInPictureView(viewModel: CallViewModel, lifecycleOwner: LifecycleOwner)
Binds CallParticipantView with CallViewModel, updating the view's state based on data provided by the ViewModel, and propagating view events to the ViewModel as needed.
This function sets listeners on the view and ViewModel. Call this method before setting any additional listeners on these objects yourself.
Parameters
viewModel
CallViewModel for observing data and running actions.
lifecycleOwner
The lifecycle owner, root component containing CallParticipantView. Usually an Activity or Fragment.