Recording resumed event

The recording started , stopped and paused events work fine.

Yet, the API does not have an event which notifies when a recording has resumed.

Consider the following flow:

  • User clicks on recording start
  • Zoom sends an event to our webhook URL with type “recording.started”
  • User clicks on recording pause
  • Zoom sends an event to our webhook URL with type “recording.paused”
  • User clicks on recording resume
  • *No event is sent to out webhook URL *
  • User clicks on recording stop
  • Zoom sends an event to our webhook URL with type “recording.stopped”

How can we know when a recording has resumed?

Hi @Harry_A_Thomos,

For this case, if the user clicks recording resume, the recording.started event would happen.