Add zoom meeting whitelist #56
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/zoom-meeting-whitelist"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This allows to only record meetings for certain whitelisted meeting ids.
[closes: #55 ]
While we're adding untested code, how about this? 😃
@bumi Did you see this?
actually that does not work for me:
(the
.
after the?
)how does that
?
work?It's called optional chaining: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
In Nodejs it's only supported since version 14.
But in this case, it would change the existing logic. It would not call
handleZoomMeetingEnded()
if there was noKREDITS_ZOOM_MEETING_WHITELIST
environment variable defined, while the existing code would still call the function.True. I missed the functional change.
ah, thanks. good to know.
mergeable?
Did you at least run it once locally?
yes, looked fine for me with manually calling the endpoint.
(and then removed the WIP/untested comment here)
Great. Let's try it in prod then.