feat(recording) Allow extra metadata for file recordings (#14081)

This commit is contained in:
Horatiu Muresan
2023-11-21 12:06:14 +02:00
committed by GitHub
parent 3be453e76a
commit 9e2ed855eb
2 changed files with 6 additions and 1 deletions

View File

@@ -1432,6 +1432,7 @@ export default class JitsiMeetExternalAPI extends EventEmitter {
* @param { string } options.rtmpBroadcastID - The RTMP broadcast ID.
* @param { string } options.youtubeStreamKey - The youtube stream key.
* @param { string } options.youtubeBroadcastID - The youtube broadcast ID.
* @param {Object } options.extraMetadata - Any extra metadata params for file recording.
* @returns {void}
*/
startRecording(options) {