Renders the RCS application into the specified container element
The container element to attach the RCS to.
Optional
options: { loaderComponent?: ReactElement<any, string | JSXElementConstructor<any>> }Optional parameters for the loader component. Works only if React is used as the framework.
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.