VoicePushInfo

public struct VoicePushInfo

This struct represents the caller related information received from VoIP payload

Since

3.10.0
  • Returns the push id.

    Declaration

    Swift

    public var pushId: String
  • Returns the tracking id.

    Declaration

    Swift

    public var externalTrackingId: String
  • Returns the name of the caller.

    Declaration

    Swift

    public var name: String
  • Returns the number of the caller.

    Declaration

    Swift

    public var number: String
  • Returns the version number.

    Declaration

    Swift

    public var version: String