External Module

Required Permissions: slobs.external-links

This module allows your app to interact with external resources outside of Streamlabs OBS

Minimum Version

This API was added in Build 6

openExternalLink method

openExternalLink(url: string): void

This function opens a link in the OS default external browser. Please note that any linking to external resources must be done in accordance to the Streamlabs OBS App Platform Terms of Service. Linking to file downloads or external payment gateways is expressly forbidden.

Arguments

  1. url: A URL to open in the OS default external web browser. Only http: and https: protocol links are currently supported.

Returns

None

Example

streamlabsOBS.v1.External.openExternalLink('https://www.example.com');