![]() |
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.
|
| - (int) getAudioStatistics: | (long) | sessionId | |
| sendBytes: | (int *) | sendBytes | |
| sendPackets: | (int *) | sendPackets | |
| sendPacketsLost: | (int *) | sendPacketsLost | |
| sendFractionLost: | (int *) | sendFractionLost | |
| sendRttMS: | (int *) | sendRttMS | |
| sendCodecType: | (int *) | sendCodecType | |
| sendJitterMS: | (int *) | sendJitterMS | |
| sendAudioLevel: | (int *) | sendAudioLevel | |
| recvBytes: | (int *) | recvBytes | |
| recvPackets: | (int *) | recvPackets | |
| recvPacketsLost: | (int *) | recvPacketsLost | |
| recvFractionLost: | (int *) | recvFractionLost | |
| recvCodecType: | (int *) | recvCodecType | |
| recvJitterMS: | (int *) | recvJitterMS | |
| recvAudioLevel: | (int *) | recvAudioLevel | |
Obtain the statistics of audio channel.
| sessionId | The session ID of call conversation. |
| sendBytes | The number of sent bytes. |
| sendPackets | The number of sent packets. |
| sendPacketsLost | The number of sent but lost packet. |
| sendFractionLost | Fraction of sent but lost packet in percentage. |
| sendRttMS | The round-trip time of the session, in milliseconds. |
| sendCodecType | Send Audio codec Type. |
| sendJitterMS | The sent jitter, in milliseconds. |
| sendAudioLevel | The sent audio level.It ranges 0 - 9. |
| recvBytes | The number of received bytes. |
| recvPackets | The number of received packets. |
| recvPacketsLost | The number of received but lost packet. |
| recvFractionLost | Fraction of received but lost packet in percentage. |
| recvCodecType | Received Audio codec Type. |
| recvJitterMS | The received jitter, in milliseconds. |
| recvAudioLevel | The received audio level.It ranges 0 - 9. |
| - (int) getVideoStatistics: | (long) | sessionId | |
| sendBytes: | (int *) | sendBytes | |
| sendPackets: | (int *) | sendPackets | |
| sendPacketsLost: | (int *) | sendPacketsLost | |
| sendFractionLost: | (int *) | sendFractionLost | |
| sendRttMS: | (int *) | sendRttMS | |
| sendCodecType: | (int *) | sendCodecType | |
| sendFrameWidth: | (int *) | sendFrameWidth | |
| sendFrameHeight: | (int *) | sendFrameHeight | |
| sendBitrateBPS: | (int *) | sendBitrateBPS | |
| sendFramerate: | (int *) | sendFramerate | |
| recvBytes: | (int *) | recvBytes | |
| recvPackets: | (int *) | recvPackets | |
| recvPacketsLost: | (int *) | recvPacketsLost | |
| recvFractionLost: | (int *) | recvFractionLost | |
| recvCodecType: | (int *) | recvCodecType | |
| recvFrameWidth: | (int *) | recvFrameWidth | |
| recvFrameHeight: | (int *) | recvFrameHeight | |
| recvBitrateBPS: | (int *) | recvBitrateBPS | |
| recvFramerate: | (int *) | recvFramerate | |
Obtain the statistics of video channel.
| sessionId | The session ID of call conversation. |
| sendBytes | The number of sent bytes. |
| sendPackets | The number of sent packets. |
| sendPacketsLost | The number of sent but lost packet. |
| sendFractionLost | Fraction of sent lost in percentage. |
| sendRttMS | The round-trip time of the session, in milliseconds. |
| sendCodecType | Send Video codec Type. |
| sendFrameWidth | Frame width for the sent video. |
| sendFrameHeight | Frame height for the sent video. |
| sendBitrateBPS | Bitrate in BPS for the sent video. |
| sendFramerate | Frame rate for the sent video. |
| recvBytes | The number of received bytes. |
| recvPackets | The number of received packets. |
| recvPacketsLost | The number of received but lost packet. |
| recvFractionLost | Fraction of received but lost packet in percentage. |
| recvCodecType | Received Video codec Type. |
| recvFrameWidth | Frame width for the received video. |
| recvFrameHeight | Frame height for the received video. |
| recvBitrateBPS | (This parameter is not implemented yet) Bitrate in BPS for the received video. |
| recvFramerate | Framerate for the received video. |