Using Zoom in Android TV application

Hello
I want to develop a TV app for android smart TV and as part of this app I would like to use Zoom to open a video session for trainer and his trainees.
Can I use the Zoom API or should I use SDK to create my own zoom service for the app users?
Thanks
Ravit

1 Like

@shimara.apps you will need to explore SDK for this

What do you mean?
To check the SDK documentation to see if it is supported?
Isn’t it something that should be known?
And which SDK is relevant for your opinion? Is it the VideoSDK?

1 Like

@shimara.apps the Video SDK supports Android and typically targets mobile phone.

Android TV has some variations in this sense. Example

  1. USB Cameras
  2. HID Input controls vs Touchscreen on Mobile phones
  3. USB/Bluetooth Microphone / Speaker vs Native Mobile Speaker / Microphone

Hence it is best to test it out.

1 Like