📄️ Release Format
The Voice SDK for iOS and MacOS are released as an xCode framework. Both versions of the SDK contain similar methods, with the iOS SDK having an extra method called processPushMsg. This method parses an incoming push message and decides whether the message is for a new incoming call, a missed call, an incoming call hangup notification, or not a Voice call push message. The app can make use of this method to design its own incoming call flow.
📄️ API Methods
All API methods with a return type of BOOL will return TRUE if successful, FALSE otherwise.