From 41be594604055ed11659680577015d1b605a9290 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Fri, 2 Jun 2023 09:10:37 -0400 Subject: [PATCH] docs: Added a mention of disabledFeaturesExclude in the api changes for 2.6 --- docs/docs/development/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/development/api.md b/docs/docs/development/api.md index bcc4712c71..e25aed6c69 100644 --- a/docs/docs/development/api.md +++ b/docs/docs/development/api.md @@ -96,7 +96,7 @@ Updated in 2.5: Updated in 2.6: -- **create** - **Added:** `notifyRecordingIsOn`, `presentationUploadExternalUrl`, `presentationUploadExternalDescription`, `recordFullDurationMedia` (v2.6.9); Added `liveTranscription` and `presentation` as options for `disabledFeatures=`. +- **create** - **Added:** `notifyRecordingIsOn`, `presentationUploadExternalUrl`, `presentationUploadExternalDescription`, `recordFullDurationMedia` (v2.6.9); `disabledFeaturesExclude`(2.6.9); Added `liveTranscription` and `presentation` as options for `disabledFeatures=`. - **getRecordings** - **Added:** Added support for pagination using `offset`, `limit`