ZegoLayoutPictureInPictureConfig class

layout config of picture in picture

Inheritance

Constructors

ZegoLayoutPictureInPictureConfig.new({bool showMyViewWithVideoOnly = false, bool isSmallViewDraggable = true, bool switchLargeOrSmallViewByClick = true, ZegoViewPosition smallViewPosition = ZegoViewPosition.topRight, bool showSelfInLargeView = true})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isSmallViewDraggable bool
small video view is draggable if set true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showMyViewWithVideoOnly bool
whether to hide the local View when the local camera is closed
final
showSelfInLargeView bool
self AudioVideoView use small or big view
final
smallViewPosition ZegoViewPosition
default position of small video view
final
switchLargeOrSmallViewByClick bool
Whether you can switch view's position by clicking on the small view
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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