Renders the RCS application into the specified container element
The container element to attach the RCS to.
Optionaloptions: { loaderComponent?: ReactElement<unknown, string | JSXElementConstructor<any>> }Optional parameters for the loader component. Works only if React is used as the framework.
Permanently unmounts the React root and cleans up all resources. After calling this, the engine instance cannot be reattached.
Detaches the RCS application from the container element.
Returns the API client to interact with the RCS instance.
Depending on the application provided in the constructor options, this will return different SDK clients.
multivista: Returns the FederationSDKMultivista client.
The RcsEmbeddedEngine class is responsible for embedding the RCS application into a host application.