ZegoRealTimeSequentialDataManager class abstract

Constructors

ZegoRealTimeSequentialDataManager()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

getIndex() → int
获取实时有序数据管理器索引。
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendRealTimeSequentialData(Uint8List data, String streamID) → Future<ZegoRealTimeSequentialDataSentResult>
在广播中的流 ID 上发送实时有序数据
startBroadcasting(String streamID) → Future<void>
开始广播实时有序数据流。
startSubscribing(String streamID) → Future<void>
开始订阅实时有序数据流。
stopBroadcasting(String streamID) → Future<void>
停止广播实时有序数据流
stopSubscribing(String streamID) → Future<void>
停止订阅实时有序数据流。
toString() → String
A string representation of this object.
inherited

Operators

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