ZegoLiveStreamingControllerMinimizingImpl class

Here are the APIs related to screen sharing.

Properties

hashCode int
The hash code for this object.
no setterinherited
isMinimizing bool
Is it currently in the minimized state or not
no setter
private → ZegoLiveStreamingControllerMinimizingPrivateImpl
Don't call that
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ZegoLiveStreamingMiniOverlayPageState
current minimize state
no setter

Methods

hide() → void
if live streaming ended in minimizing state, not need to navigate, just hide the minimize widget.
minimize(BuildContext context, {bool rootNavigator = true}) bool
To minimize the ZegoUIKitPrebuiltLiveStreaming
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restore(BuildContext context, {bool rootNavigator = true, bool withSafeArea = false}) bool
restore the ZegoUIKitPrebuiltLiveStreaming from minimize
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited