function zoomapi_get_transfer_options in Zoom API 7.2
Get a transfer key that can be retrieved by the progress function.
1 call to zoomapi_get_transfer_options()
- zoomapi_download_recording_curl_write in ./
zoomapi.module  - The cURL write function to save the file to disk.
 
File
- ./
zoomapi.module, line 1266  - Main file for the Zoom API module.
 
Code
function zoomapi_get_transfer_options() {
  return zoomapi_set_transfer_options();
}