CallEvent
public enum CallEvent : Event- 
                  
                  Fired when contact’s stream is received from P2P call DeclarationSwift case streamAdded(Stream)
- 
                  
                  Fired when contact accepted the call DeclarationSwift case accepted
- 
                  
                  Fired when contact declined the call DeclarationSwift case declined
- 
                  
                  Fired when contact hangs up from P2P call DeclarationSwift case hangup
- 
                  
                  Fired when local stream properties changed DeclarationSwift case localStreamUpdated(StreamUpdate)
- 
                  
                  Fired when remote stream properties changed DeclarationSwift case remoteStreamUpdated(StreamUpdate)
- 
                  
                  DeclarationSwift public static func == (lhs: CallEvent, rhs: CallEvent) -> Bool
 Install in Dash
Install in Dash CallEvent Enumeration Reference
        CallEvent Enumeration Reference