participantVideoViewCreated

open fun participantVideoViewCreated(participant: Participant, videoView: VideoView)

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.