CallService<USER_ID> class

Constructors

CallService(Future<WebRTCParams> getWebRTCParams(USER_ID userId))

Properties

additionalData Map<String, dynamic>
getter/setter pair
candidatesByPort Map
final
disposed bool
getter/setter pair
disposeList List<void Function()>
final
getWebRTCParams Future<WebRTCParams>
latefinal
hashCode int
The hash code for this object.
no setterinherited
liveCall LiveCall?
getter/setter pair
localStream ↔ MediaStream
getter/setter pair
onCallCloses List<void Function()>
final
onRemoteUserConnectionChangeListeners List<void Function(bool)>
final
receivingCall ReceivingCall?
getter/setter pair
remoteUserAdditionalData Map<String, dynamic>
getter/setter pair
remoteUserId ↔ USER_ID?
getter/setter pair
requestCallInstance RequestCallToUserInstance?
getter/setter pair
resultCompleterForAcceptingCall Completer<AcceptingCallResult>?
getter/setter pair
resultCompleterForRequestingCall Completer<RequestCallResult>?
getter/setter pair
rtcIceCandidateList List<RTCIceCandidate>
final
rtcPeerConnection ↔ RTCPeerConnection
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addToOnDisposeList(void disposeCallback()) → dynamic
closeCallAndNotify() → dynamic
doDisposeCallback({String? error, dynamic result}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onReceiveCallCallback(dynamic callRequest, OnReceiveVideoCallListener listener) → void
parseCandidate(String line) → dynamic
requestCallToUser({required dynamic localStream, required dynamic remoteUserId, Map<String, dynamic>? additionalData}) RequestCallToUserInstance
toString() String
A string representation of this object.
inherited

Operators

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