Description
What should I consider when I want to share a solely private/non-commercial little “Meeting Helper” with some friends?
More concise:
- May I pass my SDK Key and secret to them? Or should they all register for themselves and use their own? (which would be a little cumbersome but managable)
- Is it even allowed to integrate SDK Key/Secret in the app? (I guess no…?)
- May I share my project on github as a non-commercial/private little “Zoom addon”?
Which version?
SDK v5.4.54524.1229 (but also previous version like the last from github v5.2.42037.1112)
To Reproduce(If applicable)
N/A
Screenshots
N/A
Device (please complete the following information):
- OS: Windows 10
Additional context
Background: That “helper” is a small WPF app that is using SDK to join a meeting and then it can be made Co-Host. Then it allows to more easily sort users, rename them, mute them or lower hands on them. Future ideas are: More easily start sharing content (one click) or have a list with names that would be auto-accepted from waiting room.
I built this for my personal use initially. Well and now there are some friends of mine who would also like to use that tool when they are hosting meetings. They all work with a “pro plan” at the least.
I was also thinking about putting this little project on github with reference to the (now outdated) github Zoom SDK wrapper project.
Would I be breaking any license terms with that? What would I have to consider on this?
Thanks in advance!