ZegoOutsideRoomAudioVideoViewListController class

Properties

hashCode int
The hash code for this object.
no setterinherited
localUser ZegoUIKitUser
no setter
private → ZegoOutsideRoomAudioVideoViewControllerPrivate
DO NOT CALL!!! Please do not call this. It is the internal logic.
final
roomID String
no setter
roomLoginNotifier ValueNotifier<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkInitNotifier ValueNotifier<bool>
no setter

Methods

addStream(ZegoOutsideRoomAudioVideoViewStreamUser stream, {bool startPlay = true}) → void
add a stream
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeStream(ZegoOutsideRoomAudioVideoViewStreamUser stream) → void
remove a stream
startPlayAll() Future<bool>
start play all stream
startPlayOne(ZegoOutsideRoomAudioVideoViewStreamUser stream) Future<bool>
start play target stream if not in streams, it would not play, use addStream.
stopPlayAll() Future<bool>
stop play all stream
stopPlayOne(ZegoOutsideRoomAudioVideoViewStreamUser stream) Future<bool>
stop play target stream
toString() String
A string representation of this object.
inherited
updateStreams(List<ZegoOutsideRoomAudioVideoViewStreamUser> streams, {bool startPlay = true}) → void
update streams

Operators

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