stopRemoteView method
Implementation
void stopRemoteView(String userId, int streamType) {
ffi.Pointer<ffi.Char> userIdN = userId.toNativeUtf8().cast<ffi.Char>();
_trtcFFIBindings.stop_remote_view(_trtcsharedInstanceNativePointer, userIdN, streamType);
calloc.free(userIdN);
}