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.
Functions
Signaling events

Functions

(void) - <PortSIPEventDelegate >::onReceivedSignaling:message:
 
(void) - <PortSIPEventDelegate >::onSendingSignaling:message:
 

Detailed Description

Function Documentation

◆ onReceivedSignaling:message:()

- (void PortSIPEventDelegate) onReceivedSignaling: (long)  sessionId
message: (char *)  message 

This event will be triggered when receiving an SIP message.

Parameters
sessionIdThe session ID of the call.
messageThe SIP message received.

◆ onSendingSignaling:message:()

- (void PortSIPEventDelegate) onSendingSignaling: (long)  sessionId
message: (char *)  message 

This event will be triggered when an SIP message sent.

Parameters
sessionIdThe session ID of the call.
messageThe SIP message sent.