Hey all, I am wondering: have any other Zoom Apps developers utilized the Clipboard Web API in their app?
I’m trying to allow our hosts to share the meeting link with one-click by using navigator.clipboard.writeText()
, but I get navigator.clipboard
is undefined… wondering if this is a property of Zoom’s embedded browser or if I’m doing something wrong
Cheers!
Oliver