UI-ToolKit Version of Subsessions?

Hi @tommy I’m loving the UI-ToolKit Demos at https://videosdk.dev/
Thank you for creating these!

Looks like there are 3 so far:

https://videosdk.dev/uitoolkit/
https://videosdk.dev/uitoolkit-no-sab/
https://videosdk.dev/uitoolkit-canvas-gallery/

Is there a UIToolKit version of Subsessions? Also, are you able to link to the github repos for each of these ? I’d love to see how you build them.

Thanks!

and a follow-up, what is the reason someone would want to disable SAB? is this just for mobile and or non-chromium browser testing?

@vic.yang Any thoughts Vic?

Hey @nventurino

Thanks for your feedback.

I will address your questions one by one.

Is there a UIToolKit version of Subsessions?

Currently, there’s no version of Subsessions.

are you able to link to the github repos for each of these ?

We have provided a version of the UI toolkit that includes gallery view. Whether or not SharedArrayBuffer is enabled is controlled by the web server. You can refer to this article for detail.

what is the reason someone would want to disable SAB? is this just for mobile and or non-chromium browser testing?

It depends on the customer’s application needs. Enabling SharedArrayBuffer requires additional settings and has some usage restrictions. You can refer to the MDN documentation for more details:
SharedArrayBuffer - JavaScript | MDN.

Thanks
Vic

1 Like

Hey @nventurino , to add on to @vic.yang 's reply,

https://videosdk.dev/uitoolkit/ and https://videosdk.dev/uitoolkit-canvas-gallery/ are the same, running the current UI Toolkit version 1.10.8-1.

https://videosdk.dev/uitoolkit-no-sab/ is also the same, but SharedArrayBuffer is not enabled. It helps show the different environments.

We are working on adding sub sessions in an upcoming release.

Here is the Github repo’s for the JavaScript sample app:

We also have samples in Angular, React, and Vue:

Let me know if you have any additional questions! :slight_smile:

Best,
Tommy

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.