zoom / videosdk-ui-toolkit-web

The Zoom Video SDK UI toolkit is a prebuilt video chat user interface powered by the Zoom Video SDK.
https://www.npmjs.com/package/@zoom/videosdk-ui-toolkit
Other
10 stars 8 forks source link

Get de Session ID #6

Closed rtcarbone closed 8 months ago

rtcarbone commented 9 months ago

Hello! Is there any way to retrieve de session id through the ui toolkit?

tommygaessler commented 9 months ago

Hey @rtcarbone , yes, we do provide the Session ID in the user interface on the settings popup.

You can also retrieve the Session ID via our REST APIs since you are setting the Session Name (see the query params): https://developers.zoom.us/docs/video-sdk/apis/#operation/sessions

Are you looking to retrieve the Session ID programmatically on the client side?

rtcarbone commented 9 months ago

Nice, I didn't notice that possibility. Yeah, I need it for cloud recording. Is there another way to start the recording? Maybe configure automatic recording everytime a session is started?

tommygaessler commented 8 months ago

Hey @rtcarbone ,

You can start cloud recording programmatically with the REST API, or, in a future release we will have a Cloud Recording button in the user interface.

Are you also interested in starting recording programmatically from the client side?

rtcarbone commented 8 months ago

That's great news @tommygaessler! You helped me a lot, I couldn't thank you enough. That´s all for now. I saw the documentation and learned how to do the call from the client side. One last wish: an interesting feature in the toolkit would be the possibility of selecting the language so the messages that are displayed in toasts could be translated.

tommygaessler commented 8 months ago

Happy to help @rtcarbone , glad you are all set, please reach out if you need anything else!

For the language selection, that is a great feature request, we will evaluate that.