SignalCMD class

List of webrtc signals

Constructors

SignalCMD()

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

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

ACCEPT_CALL → const String
Accept - send this message if you would like to accept an incoming video call
ADD_USER → const String
Send this message if you want to add user in conversation
CALL → const String
Call - send this message if you would like to initiate a video call
CANDITATE → const String
SendCandidate - send this message when new WebRTC candidate is available
CANDITATES → const String
SendCandidate - send this message when new WebRTC candidates is available
HANG_UP → const String
Send this message if you would like to stop current video call
REJECT_CALL → const String
Reject - send this message if you would like to reject incoming video call
REMOVE_USER → const String
Send this message if you want to remove user in conversation
UPDATE → const String
Send this message if you want to update conversation