Response_Response enum
Values
- hello → const Response_Response
- connectRoomResponse → const Response_Response
- createTransportOnClient → const Response_Response
- produceResponse → const Response_Response
- produceDataResponse → const Response_Response
- syncMeetingStateResponse → const Response_Response
- consumeResponse → const Response_Response
- closeProducerSuccess → const Response_Response
- closeConsumerSuccess → const Response_Response
- connectTransportResponse → const Response_Response
- restartTransportIceResponse → const Response_Response
- newPeerJoined → const Response_Response
- newLobbyPeer → const Response_Response
- newPermissions → const Response_Response
- newRoomControls → const Response_Response
- newPeerRole → const Response_Response
- receiveData → const Response_Response
- peerMetadataUpdated → const Response_Response
- roomMetadataUpdated → const Response_Response
- roomClosedProducers → const Response_Response
- peerLeft → const Response_Response
- lobbyPeerLeft → const Response_Response
- waitingRoom → const Response_Response
- error → const Response_Response
- consumeDataResponse → const Response_Response
- notSet → const Response_Response
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
Response_Response> - A constant List of the values in this enum, in order of their declaration.