rtc_remote_view library

Classes

SurfaceView
SurfaceView class for rendering remote video. Extends from the RtcSurfaceView class. This class has the following corresponding classes: Android: SurfaceView (https://developer.android.com/reference/android/view/SurfaceView). iOS: UIView (https://developer.apple.com/documentation/uikit/uiview) Applies to the macOS and Windows platforms only.
TextureView
TextureView class for rendering local video. Extends from the RtcTextureView class. This class has the following corresponding classes: Android: TextureView (https://developer.android.com/reference/android/view/TextureView) or FlutterTexture (https://api.flutter.dev/objcdoc/Protocols/FlutterTexture.html)。 iOS/macOS/Windows: FlutterTexture (https://api.flutter.dev/objcdoc/Protocols/FlutterTexture.html)。