SEIStreamUpdateEvent enum

State of the black frame video stream

Inheritance

Constructors

SEIStreamUpdateEvent()
const

Values

streamAdd → const SEIStreamUpdateEvent

A black frame video stream is published from the remote user.

In a voice call, when the remote user calls RTCVideo.sendSEIMessage to send SEI data, SDK will automatically publish a black frame video stream, and trigger this callback.

streamRemove → const SEIStreamUpdateEvent

The black frame video stream is removed. The timing this callback will be triggered is as following:

  • The remote user turns on their camera, switching the voice call to a video call.
  • No SEI data is sent within 1min after the remote user calls RTCVideo.sendSEIMessage.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<SEIStreamUpdateEvent>
A constant List of the values in this enum, in order of their declaration.