StreamData class

Constructors

StreamData.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
playingStreamListNotifier ValueNotifier<List<ZegoStreamInfo>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isPlayingStream(String streamID) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startPlayStream(String streamID) Future<ZegoStreamInfo>
stopPlayStream(String streamID) Future<void>
toString() String
A string representation of this object.
inherited
updateCameraState(String streamID, bool state) → void
updateMicrophoneState(String streamID, bool state) → void
updateStreamState(String streamID, ZegoPlayerState playerState) → void

Operators

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