Did format of chat files change around January 5th 2023?

Hi all. I have a question about the chat file format.

Format Your New Topic as Follows:

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

recording.completed events.

Description

I noticed yesterday that the content format of chat files was changed. I got a chat file in JSON format. But the file was in another format in 2022. Is this change intentional?

More detail:

I got the chat file like below format in 2022;

00:00:02 USER NAME: chat texts

but now, in 2023, I got it like below via recording.completed event of webhook;

{"index":"-1","service":"CMR","UUID":"uuid","ver":"1.0"}
{"index":"0","extended_type":"000001000000","msg_id":"...","time_from_meeting_start":"00:00:24","time_from_recording_start":"00:00:04","chat_from":"0","s_name":"VGFrYWhpcm8gS29qaW1h","content":"44OG44K544OI","xmpp_data":""}

I have two questions:

  • Is this change planned?
  • If so, where were these changes announced before release?

If this change is intentional, I will try to parse the JSON format.

Thank you.

How To Reproduce
Steps to reproduce the behavior:

    1. Open Zoom meetings and use chat during cloud recording.
    1. Close the meeting
    1. Receive the recording.completed event from Zoom
    1. Download the chat file from download_url
3 Likes

This topic was automatically closed 368 days after the last reply. New replies are no longer allowed.