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