Can't find Timeline file type

Hey @leva, @santa.th0, @maya.bialik,

I was able to generate the TIMELINE file in the following way:

  1. Make sure timestamp is enabled in your user settings:

  2. Start the meeting

  3. Start the cloud recording

  4. Speak

  5. End the meeting.

  6. You will notice the TIMELINE file is not present in the Zoom Cloud Recordings Portal

  7. It is only accessible from the Get Recording API endpoint.

Here is the TIMELINE file that was returned for reference:

GMT20200528-221435_Tommy-G.json

{
   "timeline" : [
      {
         "ts" : "00:00:00.160",
         "users" : [
            {
               "avatar_url" : "https://images.zoom.us/p/[redacted]/19f6430f-ca72-4154-8998-ede6be4542c7-837",
               "client_type" : 0,
               "email_address" : "[redacted]",
               "multiple_people" : true,
               "user_id" : 16778240,
               "username" : "Tommy G",
               "zoom_userid" : "[redacted]"
            }
         ]
      },
      {
         "ts" : "00:00:01.410",
         "users" : []
      },
      {
         "ts" : "00:00:02.160",
         "users" : [
            {
               "avatar_url" : "https://images.zoom.us/p/[redacted]/19f6430f-ca72-4154-8998-ede6be4542c7-837",
               "client_type" : 0,
               "email_address" : "[redacted]",
               "multiple_people" : true,
               "user_id" : 16778240,
               "username" : "Tommy G",
               "zoom_userid" : "[redacted]"
            }
         ]
      },
      {
         "ts" : "00:00:05.410",
         "users" : []
      },
      {
         "ts" : "00:00:08.410",
         "users" : [
            {
               "avatar_url" : "https://images.zoom.us/p/[redacted]/19f6430f-ca72-4154-8998-ede6be4542c7-837",
               "client_type" : 0,
               "email_address" : "[redacted]",
               "multiple_people" : true,
               "user_id" : 16778240,
               "username" : "Tommy G",
               "zoom_userid" : "[redacted]"
            }
         ]
      },
      {
         "ts" : "00:00:09.410",
         "users" : []
      }
   ],
   "version" : 100
}

Thanks,
Tommy