Android: How to make a circular view as a thumbnail of OpenTok?

I have a requirement as the image below.

Nhan Cao
3 min readJul 6, 2019

--

Because OpenTok using GLSurfaceView for a renderer, and with multi GLSurfaceView on screen, we must use .setZOrderOnTop(true); for all thumbnail function. That is the problem.

I tried with a circle drawable XML place at parent view as background, it does not work.

--

--