Is there any way to send local video from the server instead of camera feed in zoom video sdk using JS
in my case one side is from server where we need to broadcast a video to the person who joined the session
Is there any way to send local video from the server instead of camera feed in zoom video sdk using JS
in my case one side is from server where we need to broadcast a video to the person who joined the session
The Zoom Video SDK for Linux allows you to send/receive raw video and audio data. This would be the recommended way to broadcast video from your server: Video SDK - Linux - Raw data - Zoom Developers
However, if you want a JS only solution on the frontend you can look into getVideoMediaPlaybackController.
thanks for the replay
@ekaansh.zoom , will check and update you about it
@ekaansh.zoom
I have one small doubt too.
can I keep a JS section in my server side so that whenever an api request come and we can do a broadcast of a video to the connected peers or users who all are connected to the a session?
It would be best to use the Linux SDK for that use-case
@ekaansh.zoom , in that case I have one query about the same.
Does Zoom support creating a session and sending or broadcasting a video from server itself without any human interaction to the human who is connected via same session ?
Yep, you should be able to use the API/Webhooks to programatically send video.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.