Call class
Constructors
- Call(String? _id, RTCSession _session, PitelCallStateEnum state)
Properties
- direction → String
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id → String?
- 
  
  no setter
- local_identity → String?
- 
  
  no setter
- peerConnection → RTCPeerConnection?
- 
  
  no setter
- remote_display_name → String?
- 
  
  no setter
- remote_has_audio → bool
- 
  
  no setter
- remote_has_video → bool
- 
  
  no setter
- remote_identity → String?
- 
  
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- session → RTCSession
- 
  
  no setter
- state ↔ PitelCallStateEnum
- 
  
  getter/setter pair
Methods
- 
  answer(Map< String, dynamic> options, {MediaStream? mediaStream = null}) → void
- 
  hangup([Map< String, dynamic> ? options]) → void
- 
  hold() → void 
- 
  mute([bool audio = true, bool video = true]) → void 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  refer(String target) → void 
- 
  renegotiate(Map< String, dynamic> options) → void
- 
  sendDTMF(String tones, [Map< String, dynamic> ? options]) → void
- 
  sendInfo(String contentType, String body, Map< String, dynamic> options) → void
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  unhold() → void 
- 
  unmute([bool audio = true, bool video = true]) → void 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited