SEIStreamUpdateEvent enum
State of the black frame video stream
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
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.