ZegoRealTimeSequentialDataManager class abstract
Constructors
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 - Get real-time sequential data manager index.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendRealTimeSequentialData(
Uint8List data, String streamID) → Future< ZegoRealTimeSequentialDataSentResult> - Send real-time sequential data to the broadcasting stream ID.
-
startBroadcasting(
String streamID) → Future< void> - Start broadcasting real-time sequential data stream.
-
startSubscribing(
String streamID) → Future< void> - Start subscribing real-time sequential data stream.
-
stopBroadcasting(
String streamID) → Future< void> - Stop broadcasting real-time sequential data stream.
-
stopSubscribing(
String streamID) → Future< void> - Stop subscribing real-time sequential data stream.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited