setupRemoteView abstract method
Binds the remote video stream to the render target identified by viewId.
viewId is typically returned by NECallkitVideoView.onPlatformViewCreated.
On macOS this is a platform view id backed by a native NSView. On
Windows this is a texture renderer id.
On macOS, NECallkitVideoView and texture-based renderers (NECallkitTextureView / NECallkitVideoRenderer) cannot be mixed in the same active RTC lifecycle.
Implementation
Future<VoidResult> setupRemoteView(int viewId);