You need to call the exportCurrentTexture SDK
method to retrieve the screen from the current texture.
void exportCurrentTexture(ExportTextureCallback callback)
public interface ExportTextureCallback {
void onCallback(Bitmap bitmap);
}
For more information,please refer to Documentation link
If possible, please provide your App ID or join our WhatsApp community, connect with us so that we can assist you further.