PortSIP VoIP SDK Manual for Android  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 com.portsip.OnPortSIPEvent.onReceivedSignaling (long sessionId, String message)
 
void com.portsip.OnPortSIPEvent.onSendingSignaling (long sessionId, String message)
 

Detailed Description

Function Documentation

◆ onReceivedSignaling()

void com.portsip.OnPortSIPEvent.onReceivedSignaling ( long  sessionId,
String  message 
)

This event will be triggered when receiving a SIP message.

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

◆ onSendingSignaling()

void com.portsip.OnPortSIPEvent.onSendingSignaling ( long  sessionId,
String  message 
)

This event will be triggered when sent a SIP message.

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