Skip to main content

Recording

This plugin will instruct the VMR to dial out to an external recording service. The plugin uses the pluginAPI.dialOut method with the protocol set to auto. This allows the participant to specify the protocol based on the URL or URI passed to the plugin via the dialog.

SIP recording_5a42\@example.com

RTMP rtmp\://example.com/record?id=5a42

Plugin Type

menuItems:toolbar

How to load this plugin

To load this plugin, download the source code from the Github link here. Once you have this code, move it into the plugins folder of your theme, you should name the folder recording.

Once you have copied these files, open the settings.json file inside of your branding package and add the following code to the plugins array.

{
"id": "recording-plugin-1.0",
"srcURL": "plugins/recording/recording.plugin.package.json",
"enabled": true
}

If you have any doubt, visit the sections Create a branding package and Upload to Infinity.