UploadUrlResponse type is returned by the createUploadUrl mutation. It contains the pre-signed URL for uploading files and metadata about the upload session.
The pre-signed URL to upload your file to. Use an HTTP PUT request with the file content as the body and the appropriate
Content-Type header.The unique identifier for the meeting. Use this ID when calling confirmUpload after uploading the file.
ISO 8601 timestamp indicating when the upload URL expires. URLs are valid for 1 hour from creation.