API-Examples icon indicating copy to clipboard operation
API-Examples copied to clipboard

[3.6.200] Enhancement in the RTE SDK

Open yamasite opened this issue 4 years ago • 1 comments

CreateRendererView is no longer required.

surfaceView = RtcEngine.CreateRendererView(context);

can be replaced with

SurfaceView surfaceView = new SurfaceView (getBaseContext());

yamasite avatar Aug 11 '21 08:08 yamasite

Will correct it, thanks for the info.

yoreland avatar Aug 12 '21 02:08 yoreland