CallDestination class
Call destination - contains lists of parameters for making outgoing call
Constructors
- CallDestination(String toExt, int fromAccId, bool withVideo, [String? displName])
 
Properties
- displName ↔ String?
 - 
  Set display name in the SIP header From (overrides value set in the account specified by 'fromAccId')
  getter/setter pair
 - fromAccId → int
 - 
  Id of the account which should send INVITE request
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - inviteTimeout ↔ int?
 - 
  How long wait reponse from remote server (value in seconds, by default 40)
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - toExt → String
 - 
  Extension (phone number) to dial
  final
 - withVideo → bool
 - 
  Set to true when it should be video call
  final
 - 
  xheaders
  ↔ Map<
String, String> ? - 
  List of custom headers/values which should be added to INVITE request
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited