![]() |
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 >::onPlayAudioFileFinished:fileName: |
| (void) | - <PortSIPEventDelegate >::onPlayVideoFileFinished: |
| - (void PortSIPEventDelegate) onPlayAudioFileFinished: | (long) | sessionId | |
| fileName: | (char *) | fileName | |
If playAudioFileToRemote function is called with no loop mode, this event will be triggered once the file play finished.
| sessionId | The session ID of the call. |
| fileName | The play file name. |
| - (void PortSIPEventDelegate) onPlayVideoFileFinished: | (long) | sessionId |
If playVideoFileToRemote function is called with no loop mode, this event will be triggered once the file play finished.
| sessionId | The session ID of the call. |