NXMCallHandler

Deprecated

Used by the deprecated [NXMClient call:callHandler:completionHandler:] method

Objective-C

enum NXMCallHandler {}

Swift

enum NXMCallHandler : Int

A list of the call handlers.

  • Deprecated

    Used by the deprecated [NXMClient call:callHandler:completionHandler:] method

    A default call behavior - use it only for IP to IP calls.

    Declaration

    Objective-C

    NXMCallHandlerInApp

    Swift

    case inApp = 0
  • Deprecated

    Used by the deprecated [NXMClient call:callHandler:completionHandler:] method

    A webhook call, can use it for IP to IP and IP to PSTN.

    Declaration

    Objective-C

    NXMCallHandlerServer

    Swift

    case server = 1