![]() |
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 | |
void | com.portsip.OnPortSIPEvent.onReceivedSignaling (long sessionId, String message) |
void | com.portsip.OnPortSIPEvent.onSendingSignaling (long sessionId, String message) |
void com.portsip.OnPortSIPEvent.onReceivedSignaling | ( | long | sessionId, |
String | message | ||
) |
This event will be triggered when receiving a SIP message.
sessionId | The session ID of the call. |
message | The received SIP message. |
void com.portsip.OnPortSIPEvent.onSendingSignaling | ( | long | sessionId, |
String | message | ||
) |
This event will be triggered when sent a SIP message.
sessionId | The session ID of the call. |
message | The sent SIP message. |