Call
open class Call : Observable<CallEvent>extension Call: EquatableRepresents a P2P call with another contact.
- 
                  
                  DeclarationSwift open private(set) var id: String! { get }
- 
                  
                  Stops call with contact DeclarationSwift open func hangUp(completion: @escaping () -> Void)
- 
                  
                  Replaces the currently published stream by a given one DeclarationSwift open func replacePublishedStream(withStream stream: Stream, completion: @escaping (_ error: Error?) -> Void)
- 
                  
                  Undocumented DeclarationSwift open override func onEvent(_ observer: AnyObject, _ callback: @escaping ((CallEvent) -> Void))
- 
                  
                  DeclarationSwift public static func == (lhs: Call, rhs: Call) -> Bool
 Install in Dash
Install in Dash Call Class Reference
        Call Class Reference