ZegoOutsideRoomAudioVideoViewListConfig class

Constructors

ZegoOutsideRoomAudioVideoViewListConfig({ZegoOutsideRoomAudioVideoViewListPlayMode playMode = ZegoOutsideRoomAudioVideoViewListPlayMode.autoPlay, ZegoUIKitVideoConfig? video})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
playMode ZegoOutsideRoomAudioVideoViewListPlayMode
mode, default autoplay If you want to manually control, set it to manualPlay, and call the APIs of ZegoOutsideRoomAudioVideoViewListController to control it.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
video ZegoUIKitVideoConfig?
configuration parameters for audio and video streaming, such as Resolution, Frame rate, Bit rate.. default is ZegoUIKitVideoConfig.preset180P()
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