RtcSurfaceView
RtcSurfaceView class.
This class is used for rendering:
- Android: Corresponds to the native SurfaceView of the Android system.
- iOS: Corresponds to the native UIView of the iOS system.
- If not joined: Call startPreview first, then call enableVideo.
- If joined: Start capture first, then call enableVideo.