-->
Page 1 of 1

Can I use the Zoom WebSDK in arduino?

PostPosted: Thu Feb 11, 2021 6:36 am
by TitoVizonte
Hi,

I'm developing a simple web in arduino (ESP8266) so a person can control a little submarine by wifi. I need that the person who controls it can see it with a cam connected to a pc.
The idea is to start a Zoom call with the pc and then the person who controls the submarine can join the call with a Zoom embeded in the web.
I've seen that I need to use the WebSDK in order to do it. So, the question is if I can do this or not in arduino. I'm new to Arduino and sdk in general.
Thanks for the answers and ask if I missed some information :)

Zoom Web SDK: https://marketplace.zoom.us/docs/sdk/native-sdks/web

Re: Can I use the Zoom WebSDK in arduino?

PostPosted: Fri Feb 12, 2021 11:30 am
by AcmeUK

Re: Can I use the Zoom WebSDK in arduino?

PostPosted: Fri Feb 12, 2021 2:23 pm
by TitoVizonte
AcmeUK wrote:ESP 32 Camera Streaming Video Over WiFi


The problem with this is that the camera has to be underwater, so I cannot use the esp32 camera. It's because of this that i am asking for a streaming method.

Although, thanks for the reply.