Android Question ooVoo VideoConferencing and clearing ParticipantPanel

William Hunter

Active Member
Licensed User
Longtime User
Incoming video is shown via a VideoSurface on the ParticipantPanel (CC.CreateVideoSurface(ParticipantPanel, ParticipantID)). When the connection is closed using CC.LeaveConference, the last frame of the incoming video remains in view. How can I clear that panel back to it's original state, prior to the creation of the VideoSurface? Any help greatly appreciated. :)

This has been resolved: ParticipantPanel.RemoveAllViews

Duh! :rolleyes:
 
Last edited:
Top