SignalingClient class

Properties

completeAddresssForOne2Many String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inCall bool
getter/setter pair
internetConnectivityCallBack InternetConnectivityCallBack?
getter/setter pair
internetManager InternetManager
getter/setter pair
isCallStart int
getter/setter pair
mcToken String?
getter/setter pair
onConnect OnConnectCallback?
getter/setter pair
onError OnErrorCallback?
getter/setter pair
onRegister OnRegisterCallback?
getter/setter pair
pingInterval int?
getter/setter pair
projectID String?
getter/setter pair
ref_id String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Stream<bool>
getter/setter pair
tenantID String
getter/setter pair
timer Timer?
getter/setter pair

Methods

checkConnectivity() → void
closeSocket() → dynamic
connect(dynamic projectid, dynamic completeAddress) Future<void>
getInternetStatus() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(dynamic user, dynamic project_id) → dynamic
sendPing(String mctoken) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance SignalingClient
no setter