Multiple meetings with same UUID

Hello!

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)

Description
*Running the above query, the result include two meetings with the same UUID. The meetings had the following properties: “type”:4, “meeting_type”:“external”, “status”:“completed”.

How To Reproduce
Steps to reproduce the behavior:
*1. User left and later rejoined the meeting

@laszlo.vereb can you elaborate more on this please?

Did the meeting have different meeting IDs, but the same UUID?

The response did not contain a meeting ID:

	"meetings":[
		{
			"uuid":"LTyOt4NyQNu1gKnA93rEmQ==",
			"type":4,
			"meeting_type":"external",
			"status":"completed",
			"start_time":"2023-08-23T09:59:50Z",
			"timezone":"",
			"duration":1,
			"total_size":1298271,
			"recording_count":1,
			"archive_files":[
				{
					"id":"05321e59-6a1e-4a09-b0ea-d236cc953841",
					"file_type":"M4A",
					"file_extension":"M4A",
					"file_size":1298271,
					"download_url":"https://labhsbc.zoom.us/rec/archive/download/...",
					"status":"completed",
					"recording_type":"audio_only",
					"individual":true,
					"participant_email":"guybeckett1@yahoo.com",
					"participant_join_time":"2023-08-23T09:59:59Z",
					"participant_leave_time":"2023-08-23T10:01:21Z",
					"encryption_fingerprint":"d4f24d9f8d4792..."
				}
			],
			"duration_in_second":91, "account_name":"The Scouts","complete_time":"2023-08-23T10:02:14Z","is_breakout_room":false
		},
		{
			"uuid":"LTyOt4NyQNu1gKnA93rEmQ==",
			"type":4,
			"meeting_type":"external",
			"status":"completed",
			"archive_files":[
				{
					"file_extension":"M4A",
					"download_url":"https://labhsbc.zoom.us/rec/archive/download/...",
					"individual":true,
					"participant_email":"guybeckett1@yahoo.com",
					"participant_join_time":"2023-08-23T10:02:10Z",
					"participant_leave_time":"2023-08-23T10:03:03Z",
					"recording_type":"audio_only",
					"id":"da66b9a4-8316-403e-86f1-0597a9b95da8",
					"file_type":"M4A",
					 "file_size":835552, "status":"completed",
					"encryption_fingerprint":"ead584e42657..."
				}
			],
			"duration_in_second":60,
			"account_name":"The Scouts",
			"complete_time":"2023-08-23T10:04:02Z",
			"start_time":"2023-08-23T10:02:02Z",
			"timezone":"",
			"duration":1,
			"total_size":835552,
			"recording_count":1,
			"is_breakout_room":false
		}
]

Is there any update on this issue? What could cause it? Is it a valid response?
This also happened for type=2 meetings.