ForwardStreamEvent enum

Events occurring in this target room during media stream relaying.

Inheritance

Constructors

ForwardStreamEvent()
const

Values

disconnected → const ForwardStreamEvent

The network connection between the local end and the server is disconnected and relaying is suspended.

connected → const ForwardStreamEvent

Network connection between local and server is restored, and relaying service is successfully connected.

interrupt → const ForwardStreamEvent

relaying is interrupted because a user with the same userID joins the target room.

dstRoomUpdated → const ForwardStreamEvent

The target room is updated by calling RTCRoom.updateForwardStreamToRooms.

unexpectedAPICall → const ForwardStreamEvent

API call timing error.

For example, call RTCRoom.updateForwardStreamToRooms before RTCRoom.startForwardStreamToRooms.

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<ForwardStreamEvent>
A constant List of the values in this enum, in order of their declaration.