getLocalVideoView static method

AgoraVideoView? getLocalVideoView()

Get the local capture screen widget.

Implementation

static AgoraVideoView? getLocalVideoView() {
  return _impl.getLocalVideoView();
}