API-Examples
API-Examples copied to clipboard
[3.6.200] Enhancement in the RTE SDK
CreateRendererView is no longer required.
surfaceView = RtcEngine.CreateRendererView(context);
can be replaced with
SurfaceView surfaceView = new SurfaceView (getBaseContext());
Will correct it, thanks for the info.