![]() |
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.onRegisterSuccess (String reason, int code, String sipMessage) |
| void | com.portsip.OnPortSIPEvent.onRegisterFailure (String reason, int code, String sipMessage) |
Register events
| void com.portsip.OnPortSIPEvent.onRegisterSuccess | ( | String | reason, |
| int | code, | ||
| String | sipMessage | ||
| ) |
When successfully registered to server, this event will be triggered.
| reason | The status text. |
| code | The status code. |
| sipMessage | The SIP message received. |
| void com.portsip.OnPortSIPEvent.onRegisterFailure | ( | String | reason, |
| int | code, | ||
| String | sipMessage | ||
| ) |
If failed to register to SIP server, this event will be triggered.
| reason | The status text. |
| code | The status code. |
| sipMessage | The SIP message received. |