RtcTextureView
RtcTextureView class.
This class is used for rendering. Corresponds to the native TextureView of the Android system.
To ensure rendering works, perform the following operations before calling this component depending on whether you have joined a channel:
- If not joined: Call startPreview first, then call enableVideo.
- If joined: Start capture first, then call enableVideo.
Note: The RtcTextureView class is for Android only and not supported on iOS.