SignalField class

List of signal fields used for XMPP message assembling

Constructors

SignalField()

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

CALL_TYPE → const String
Type of call. Use 1 for video call, 2 for audio call
CALLER → const String
Use for user additional info
CANDIDATE → const String
Use for IceCandidate
CANDIDATES → const String
Use for iceCandidates.
DEVICE_ORIENTATION → const String
Current device orientation:
FROM → const String
The initiator of message
MESSAGE_TYPE → const String
One of message type from
MODULE_IDENTIFIER → const String
Module identifier, to check message destination
OPPONENT → const String
Call opponent.
OPPONENTS → const String
Use for multicast. Opponents list.
PLATFORM → const String
ios, android, web
SDP → const String
Local session description, value of RTCSessionDescription.SDP property http://dev.w3.org/2011/webrtc/editor/webrtc.html#idl-def-RTCSessionDescription , obtained after ‘startAsAnswer’ call
SDP_TYPE → const String
SDP type
SESSION_ID → const String
Unique id of current video chat session. All users of same call chat have to use the same sessionID. Timestamp or UUID can be used as a sessionID value.
SIGNALING_TYPE → const String
See VideoChatSignalingType
STATUS → const String
Reason why you finish video call. Possible values: See Reason
TO → const String
The recipient of message
USER_INFO → const String
Use for user additional info
VERSION_SDK → const String
Use for internal needs. For logging