load()
load(props?: InstanceProperties)
Last updated
load(props?: InstanceProperties)
Last updated
Loads the room inside the iframe. Typically you need to invoke this method only once. The props
param is optional.
The load() method is the delayed form of initialization - you first call createControl of the SDK and then you can load the room later based on your application needs.
frameAttributes
- list of attributes to be applied to the target iframe
reportErrors
- boolean, false by default. Whether to report misconfiguration or runtime errors to console