Js web SDK component realease function?

Description
In a one page app, id like to be able to set and release several times the meeting rooms. in a stable manner.
But i did not found out what is the release component function?
thanks

Browser Console Error

Which Web Meeting SDK version?
2.2.0

Meeting SDK Code Snippets

To Reproduce(If applicable)

Screenshots

Device (please complete the following information):

Additional context

@sebpatu,

It looks like you are currently working with our support team on this matter. I will close this topic, however, please continue to work with support engineers.

For other interested community members, a function that can be leveraged to release the component to clean up everything that was initialized and be able to init new one later is:

  • For Component View, leave() → join() should re-initialize everything.

  • For Client View, you’d need to close and reopen the window

Thanks,
Donte