Vonage / vonage-python-code-snippets

Python code examples for using Vonage communications APIs
MIT License
32 stars 56 forks source link

add meetings api snippets #172

Closed maxkahan closed 1 year ago

maxkahan commented 1 year ago

Adds snippets for the Meetings API.

Note the list-logo-upload-urls, upload-to-aws and finalize-logos steps are abstracted away from the user and replaced with a single method that does all three steps. I created a sample for this step called upload-logo-to-theme.py. It makes the most sense to put this instead of finalize-logos, if anywhere.