P2PCallSession class abstract

Implementers

Constructors

P2PCallSession()

Properties

callerId int
no setter
callType int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onCallAcceptedByUser UserActionCallback<P2PSession>?
getter/setter pair
onCallRejectedByUser UserActionCallback<P2PSession>?
getter/setter pair
onReceiveHungUpFromUser UserActionCallback<P2PSession>?
getter/setter pair
onUserNoAnswer UserConnectionStateCallback<P2PSession>?
getter/setter pair
opponentsIds Set<int>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String
no setter

Methods

acceptCall([Map<String, String>? userInfo]) → void
hungUp([Map<String, String>? userInfo]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reject([Map<String, String>? userInfo]) → void
startCall([Map<String, String>? userInfo]) → void
toString() String
A string representation of this object.
inherited

Operators

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