getHuntingGroupMissedCounter
Retrieves the count of missed calls for a specific hunting group.
Returns the total number of missed call logs associated with the specified hunting group. It first checks the local call logs to calculate how many missed calls belong to the hunting group identified by the given group ID.
If the local counter for the group is not found, the function returns 0 and attempts to fetch the missed call count from the server. Once the server response is available, the HuntingGroupCallLogsListener.onMissedCounterChanged method will be called to notify that the missed call counter has been updated.
Return
The number of missed calls for the specified hunting group as an integer. If the group ID is invalid or there are no missed calls locally, the function returns 0.
Parameters
The unique identifier of the hunting group for which the missed call count should be retrieved. This ID must correspond to a valid hunting group.