- 
                  
                  DeclarationSwift static let shared: ActivePhoneCalls
- 
                  
                  DeclarationSwift struct PhoneCall
- 
                  
                  DeclarationSwift var calls: [PhoneCall]
- 
                  
                  DeclarationSwift func newPhoneCall( caller: UserHeader, callee: UserHeader, callID: UUID, callerSocket: WebSocket?, notifySockets: [WebSocket] ) throws
- 
                  
                  DeclarationSwift func endPhoneCall(callID: UUID)
- 
                  
                  DeclarationSwift func currentCall(for userID: UUID) -> PhoneCall?
- 
                  
                  DeclarationSwift func getCall(withID: UUID) -> PhoneCall?
- 
                  
                  DeclarationSwift func save(call: PhoneCall)
 View on GitHub
            View on GitHub
           ActivePhoneCalls Actor Reference
      ActivePhoneCalls Actor Reference