getRemoteVideoView static method
Get the remote capture screen widget.
Param agoraUid
The agoraUid to be obtained. The user specifies which agoraUid the window to obtain belongs to.
Implementation
static AgoraVideoView? getRemoteVideoView(int agoraUid) {
return _impl.getRemoteVideoView(agoraUid);
}