Changelog
V3.3.6
loom.recordVideo(options)
- A function that can be used to start the recording process. Resolves with a promise that includes information about the recorded video.
options
is an object with one of the following properties:
publicAppId
- The public app ID of the loom app that the video should be associated with.recordName
- The name of the record that the video should be associated with. The studio for the record needs to have loom features enabled and also be configured with a loom public app ID and private key.loom.watchVideo(url)
- A function that can be used to load and watch the given loom video.loom.getVideoEmbedMetadata(url)
- A function that can be used to load additional information about a video that can be used to embed the video.systemPortal
to appear above the tags list.Enter
while a tag is focused in the system portal now triggers the "New Tag" dialog.Changelog
V3.3.5
ai.hume.getAccessToken()
function to allow retrieving an access token for a Hume.ai session.
humeai
be specified in the server configuration with an apiKey
and secretKey
and that the user has a subscription with ai.hume.allowed
set to true in the subscription tier features.Changelog
V3.3.4
os.capturePortalScreenshot()
function.
systemPortal
panel resizable.ai.stream.chat()
function.
ai.chat()
, except that it returns a promise that resolves with an AsyncIterable
object that can be iterated using a for await...of
expression.experiment.createStaticHtmlFromBots()
function.