Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field media_external_location in composition object is missing #48

Closed
jlpedrosa opened this issue Nov 15, 2021 · 3 comments
Closed

Field media_external_location in composition object is missing #48

jlpedrosa opened this issue Nov 15, 2021 · 3 comments
Labels
status: waiting for feedback waiting for feedback from the submitter type: question question directed at the library

Comments

@jlpedrosa
Copy link

Issue Summary

Field media_external_location is part of the object v1/Compositions. It is not documented, but present and required when using S3 as a storage media.

Steps to Reproduce

Schema issues, no need steps to reproduce.

Code Snippet

{
    "status": "completed",
    "trim": false,
    "video_layout": {},
    "date_completed": "2021-11-15T12:23:27Z",
    "format": "mp4",
    "url": "https://video.twilio.com/v1/Compositions/CJXxxxxxxxxx",
    "bitrate": 107,
    "media_external_location": "https://buckets3.amazonaws.com/compositions/CJXxxxxxxxxx.mp4",
    "date_deleted": null,
    "account_sid": "ACYYYYYY",
    "duration": 11,
    "audio_sources": [
        "*"
    ],
    "sid": "CJxxxxxx",
    "room_sid": "RMyyyyyy",
    "date_created": "2021-11-15T12:20:21Z",
    "size": 144106,
    "resolution": "640x480",
    "audio_sources_excluded": [],
    "links": {
        "media": "https://video.twilio.com/v1/Compositions/CJ2XXXXXXX/Media"
    }
}

Exception/Log

# paste exception/log here

Technical details:

  • twilio-oai version:
  • open version:
@twilio-dx
Copy link
Collaborator

Ahoy! Thank you for opening your first issue here! If this request is regarding troubleshooting your application, please reach out to the support team via https://support.twilio.com.

@shwetha-manvinkurke
Copy link
Contributor

Where in the docs do you see that field should be present? It's a private field that shouldn't be exposed yet.

@shwetha-manvinkurke shwetha-manvinkurke added status: waiting for feedback waiting for feedback from the submitter type: question question directed at the library labels Nov 18, 2021
@eshanholtz
Copy link
Contributor

Closing due to lack of customer response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for feedback waiting for feedback from the submitter type: question question directed at the library
Projects
None yet
Development

No branches or pull requests

4 participants