NECallkitTextureView.local constructor
const
NECallkitTextureView.local({
- Key? key,
- NECallkitVideoRendererController? controller,
- BoxFit fitType = BoxFit.cover,
- Color backgroundColor = const Color(0xFF292933),
- WidgetBuilder? placeholderBuilder,
- NECallkitVideoRendererEventListener? rendererEventListener,
创建本地视频视图(自动绑定本地摄像头)
Implementation
const NECallkitTextureView.local({
super.key,
this.controller,
this.fitType = BoxFit.cover,
this.backgroundColor = const Color(0xFF292933),
this.placeholderBuilder,
this.rendererEventListener,
}) : uid = null;