IncomingInviteParams class

Constructors

IncomingInviteParams({String? callID, Variables? variables, String? sdp, String? callerIdName, String? callerIdNumber, String? calleeIdName, String? calleeIdNumber, String? telnyxSessionId, String? telnyxLegId, String? displayDirection})
IncomingInviteParams.fromJson(Map<String, dynamic> json)

Properties

calleeIdName String?
getter/setter pair
calleeIdNumber String?
getter/setter pair
callerIdName String?
getter/setter pair
callerIdNumber String?
getter/setter pair
callID String?
getter/setter pair
displayDirection String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdp String?
getter/setter pair
telnyxLegId String?
getter/setter pair
telnyxSessionId String?
getter/setter pair
variables Variables?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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