Using this template helps us debug your issues more effectively
Description
When I retrieve information about the participants in a meeting, I see network types of Wired, WiFi, and Others. I know about the first two, but am wondering about Others.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
/v2/accounts/{accountId}/metrics/meetings/{meetingID}/participants
How To Reproduce (If applicable)
Steps to reproduce the behavior:
'https://api.zoom.us/v2/metrics/meetings/'<meeting_id>'/participants?type=past' \
--header 'Authorization: Bearer '"<auth>"
Sample
{
"id": "<id_string>",
"user_id": "<user_id>",
"user_name": "attendee",
"device": "Unknown",
"ip_address": "<ip_address>",
"location": "City (US)",
"network_type": "Others",
"data_center": "United States",
"connection_type": "UDP",
"join_time": "2021-06-16T12:51:03Z",
"leave_time": "2021-06-16T13:43:27Z",
"share_application": false,
"share_desktop": false,
"share_whiteboard": false,
"recording": false,
"pc_name": "attendee's MacBook Pro",
"domain": "",
"mac_addr": "",
"harddisk_id": "",
"version": "",
"leave_reason": "attendee left the meeting.<br>Reason: left the meeting.",
"status": "in_meeting",
"customer_key": ""
}