removeIncludedShareWindow method
void
removeIncludedShareWindow(
Implementation
void removeIncludedShareWindow(int windowId) {
ffi.Pointer<ffi.Void> windowIdPtr = ViewPointerFactory.create(windowId);
_trtcFFIBindings.remove_included_share_window(_trtcsharedInstanceNativePointer, windowIdPtr);
ViewPointerFactory.free(windowIdPtr);
}