![]() |
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 | |
(void) | - <PortSIPEventDelegate >::onRegisterSuccess:statusCode:sipMessage: |
(void) | - <PortSIPEventDelegate >::onRegisterFailure:statusCode:sipMessage: |
Register events
- (void PortSIPEventDelegate) onRegisterSuccess: | (char *) | statusText | |
statusCode: | (int) | statusCode | |
sipMessage: | (char *) | sipMessage | |
When successfully registered to server, this event will be triggered.
statusText | The status text. |
statusCode | The status code. |
sipMessage | The SIP message received. |
- (void PortSIPEventDelegate) onRegisterFailure: | (char *) | statusText | |
statusCode: | (int) | statusCode | |
sipMessage: | (char *) | sipMessage | |
If registration to SIP server fails, this event will be triggered.
statusText | The status text. |
statusCode | The status code. |
sipMessage | The SIP message received. |