Jericho / ZoomNet

.NET client library for the Zoom.us REST API v2
MIT License
69 stars 45 forks source link

Add `FileExtension` to RecordingFile model class #299

Closed Jericho closed 1 year ago

synesthesia commented 1 year ago

I'll clean this up in the PR I'm doing #297

Jericho commented 1 year ago

Thanks for adding this property to the Model class. I want to change the type to enum though since, according to the documentation, there's a finite number of possible extensions:

The file extension type of the recording file. Allowed: MP4┃M4A┃TXT┃VTT┃CSV┃JSON┃JPG

For some reason this is not mentioned in the documentation for the webhook event you were working on. I wonder why the inconsistency?

Jericho commented 1 year ago

:tada: This issue has been resolved in version 0.64.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: