AbtoVoipSDK 1.0.0

AbtoVoipSDK 1.0.0

ABTO Software 维护。



  • ABTO LLC

ABTO VoIP SDK

ABTO Software VoIP SIP SDK 用于 iPhone 和 iPad,将帮助您快速构建自定义软电话应用。

入门

以下指导将帮助您使用 CocoaPods 配置 ABTO VoIP SDK。

先决条件

CocoaPods

Podfile 设置

# Minimal supported version is 8.0
platform :ios, '8.0'

# include all required sources in addition to ABTO one
source 'https://github.com/artsy/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/voip-sip-sdk/ABTO-VoIP-SDK-for-iOS.git'

在所有应使用 ABTO VoIP SDK 的目标中包含以下内容

pod 'AbtoVoipSDK', '~> 1.0.0'

Pod 项目配置

pod installpod update

SDK 使用

要使用 ABTO VoIP SDK 的类和方法,请通过以下方式包含头文件:

#import <AbtoSipClientWrapper/AbtoSipPhoneObserver.h>