I've addresses the problems in this PR #135
- I was getting bad feedback from the room issues API endpoints because of bad JsonProperties, so I fixed those
- Some of the properties were badly named so I corrected them
- I understand the decision to represent the IssueType as an enum, but I'm concerned about Zoom eventually adding new values, changing existing values, or even implementing localization. I elected to remove the IssueType enum and instead use a string, but I'll understand if you want this part reverted.
I've addresses the problems in this PR #135