vx_req_sessiongroup_get_stats
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Retrieve network-related statistics for the call associated with the specified session group. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | sessiongroup_handle |
| int | reset_stats Reset the statistics. |
Detailed Description
Retrieve network-related statistics for the call associated with the specified session group. See: vx_resp_sessiongroup_get_statsstruct vx_req_sessiongroup_get_stats;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable sessiongroup_handle
Deprecated: This field is ignored. The handle returned from a successful vx_req_sessiongroup_create request.VX_HANDLE sessiongroup_handle;
variable reset_stats
Reset the statistics.int reset_stats;
- Use 1 to reset the statistics.
- Use 0 to let the statistics aggregrate. The default value is 0.