participantVideoRemoved

open fun participantVideoRemoved(participant: Participant, streamId: String)

Notification sent when the participant has stopped sending the video with this streamId.App should remove the VideoView from its container view.

Parameters

participant

Participant whose video video view was removed.

streamId

ID of video stream that was removed.