participant Video View Created
open fun participantVideoViewCreated(participant: Participant, videoView: VideoView)
Content copied to clipboard
Notification sent when video view is available.To display on screen, an application should add this VideoView to an application view.
Parameters
participant
Participant whose video video view is available.
videoView
VideoView object to add to UI.