I created customed RoundSurfaceView, and then,
val surfaceView = RtcEngine.CreateRendererView(baseContext) as RoundSurfaceView
and then, I got this error.
java.lang.ClassCastException: io.agora.rtc.video.ViEAndroidGLES20 cannot be cast to
I expect this kind of shape.
How can I make it? I also tried with custom RoundFrameLayout. But it didn't work.