![]() |
PortSIP VoIP SDK Manual for iOS
16.2
PortSIP features our newest, supported, quality-assured VoIP SDK used by Several hundred companies around the world for easy VoIP application develop and quality-assured code.
|
- (void PortSIPEventDelegate) onRecvOptions: | (char *) | optionsMessage |
This event will be triggered when receiving the OPTIONS message.
optionsMessage | The whole received OPTIONS message in text format. |
- (void PortSIPEventDelegate) onRecvInfo: | (char *) | infoMessage |
This event will be triggered when receiving the INFO message.
infoMessage | The whole received INFO message in text format. |
- (void PortSIPEventDelegate) onRecvNotifyOfSubscription: | (long) | subscribeId | |
notifyMessage: | (char *) | notifyMessage | |
messageData: | (unsigned char *) | messageData | |
messageDataLength: | (int) | messageDataLength | |
This event will be triggered when receiving a NOTIFY message of the subscription.
subscribeId | The ID of SUBSCRIBE request. |
notifyMessage | The received INFO message in text format. |
messageData | The received message body. It can be either text or binary data. |
messageDataLength | The length of "messageData". |