isFromMinimizing property

bool isFromMinimizing
getter/setter pair

The isFromMinimizing it means that the user left the live streaming while it was in a minimized state.

You can not return to the previous page while it was in a minimized state!!! just hide the minimize page by ZegoUIKitPrebuiltLiveStreamingController().minimize.hide()

On the other hand, if the value of the parameter is false, it means that the user left the live streaming while it was not minimized.

Implementation

bool isFromMinimizing;