RTCConfig class

Constructors

RTCConfig()
const

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

getAnswerTimeInterval() Future<int?>
getDialingTimeInterval() Future<int?>
getIceServers() Future<List<QBIceServer>>
getReconnectionTimeInterval() Future<int?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAnswerTimeInterval(int interval) Future<void>
setDialingTimeInterval(int interval) Future<void>
setIceServers(List<QBIceServer> iceServers) Future<void>
setReconnectionTimeInterval(int interval) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CHANNEL_NAME → const String
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
GET_ANSWER_TIME_INTERVAL_METHOD → const String
GET_DIALING_TIME_INTERVAL_METHOD → const String
GET_ICE_SERVERS_METHOD → const String
GET_RECONNECTION_TIME_INTERVAL_METHOD → const String
SET_ANSWER_TIME_INTERVAL_METHOD → const String
SET_DIALING_TIME_INTERVAL_METHOD → const String
SET_ICE_SERVERS_METHOD → const String
SET_RECONNECTION_TIME_INTERVAL_METHOD → const String