Struct zoom_api::deprecated_api_endpoints::DeprecatedApiEndpoints [−][src]
pub struct DeprecatedApiEndpoints { /* fields omitted */ }Implementations
pub async fn list_past_meeting_files(
&self,
meeting_id: &str
) -> Result<ListPastMeetingFilesResponse>
pub async fn list_past_meeting_files(
&self,
meeting_id: &str
) -> Result<ListPastMeetingFilesResponse>
List past meeting’s files.
This function performs a GET to the /past_meetings/{meetingId}/files endpoint.
Note: This API has been deprecated and is no longer supported due to GCM encryption updates for security purposes. To learn about saving the in-meeting chat files via Zoom Client, refer to the Saving in-meeting chat guide.
List files sent via in-meeting chat during a meeting. The in-meeting files are deleted after 24 hours of the meeting completion time.
Scope: meeting:read, meeting:read:admin
Rate Limit Label: Medium
Parameters:
-
meeting_id: i64– The meeting ID in long format. The data type of this field is “long”(represented as int64 in JSON).While storing it in your database, store it as a long data type and not as an integer, as the Meeting IDs can be longer than 10 digits.
pub async fn list_past_webinar_files(
&self,
webinar_id: &str
) -> Result<ListPastMeetingFilesResponse>
pub async fn list_past_webinar_files(
&self,
webinar_id: &str
) -> Result<ListPastMeetingFilesResponse>
List past webinar files.
This function performs a GET to the /past_webinars/{webinarId}/files endpoint.
Note: This API has been deprecated and is no longer supported due to GCM encryption updates for security purposes.
List files sent via in-meeting chat during a meeting. The in-meeting files are deleted after 24 hours of the meeting completion time.
Scope: webinar:read, webinar:read:admin
Rate Limit Label: Medium
Parameters:
webinar_id: &str– User’s first name.