diff --git a/openvidu-browser/src/OpenViduInternal/Events/ConnectionPropertyChangedEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/ConnectionPropertyChangedEvent.ts
index b34eb172..b5205214 100644
--- a/openvidu-browser/src/OpenViduInternal/Events/ConnectionPropertyChangedEvent.ts
+++ b/openvidu-browser/src/OpenViduInternal/Events/ConnectionPropertyChangedEvent.ts
@@ -20,7 +20,11 @@ import { Session } from '../../OpenVidu/Session';
import { Event } from './Event';
/**
- * **This feature is part of OpenVidu Pro tier** PRO
+ * **This feature is part of OpenVidu
+ * PRO
+ * and
+ * ENTERPRISE
+ * editions**
*
* Triggered by [[connectionPropertyChanged]]
*/
diff --git a/openvidu-browser/src/OpenViduInternal/Events/EventMap/SessionEventMap.ts b/openvidu-browser/src/OpenViduInternal/Events/EventMap/SessionEventMap.ts
index f9f1f513..0be140e9 100644
--- a/openvidu-browser/src/OpenViduInternal/Events/EventMap/SessionEventMap.ts
+++ b/openvidu-browser/src/OpenViduInternal/Events/EventMap/SessionEventMap.ts
@@ -58,8 +58,12 @@ export interface SessionEventMap extends EventMap {
connectionDestroyed: ConnectionEvent;
/**
- * **This feature is part of OpenVidu Pro tier** PRO
- *
+ * **This feature is part of OpenVidu
+ * PRO
+ * and
+ * ENTERPRISE
+ * editions**
+ *
* Event dispatched when a property of the local [[Connection]] object changes.
*
* It is fired only for the local user.
@@ -153,15 +157,23 @@ export interface SessionEventMap extends EventMap {
recordingStopped: RecordingEvent;
/**
- * **This feature is part of OpenVidu Pro tier** PRO
+ * **This feature is part of OpenVidu
+ * PRO
+ * and
+ * ENTERPRISE
+ * editions**
*
* Event dispatched when the network quality level of a [[Connection]] changes. See [network quality](/en/stable/advanced-features/network-quality/).
*/
networkQualityLevelChanged: NetworkQualityLevelChangedEvent;
/**
- * **This feature is part of OpenVidu Pro tier** PRO
- *
+ * **This feature is part of OpenVidu
+ * PRO
+ * and
+ * ENTERPRISE
+ * editions**
+ *
* Event dispatched when a speech-to-text message has been received for certain Stream. See [Speech To Text](/en/stable/advanced-features/speech-to-text/).
*/
speechToTextMessage: SpeechToTextEvent;
diff --git a/openvidu-browser/src/OpenViduInternal/Events/SpeechToTextEvent.ts b/openvidu-browser/src/OpenViduInternal/Events/SpeechToTextEvent.ts
index 52c1e688..443ad548 100644
--- a/openvidu-browser/src/OpenViduInternal/Events/SpeechToTextEvent.ts
+++ b/openvidu-browser/src/OpenViduInternal/Events/SpeechToTextEvent.ts
@@ -46,7 +46,7 @@ export class SpeechToTextEvent extends Event {
raw: string;
/**
- * Language ISO 639-1 code of the recognized text. This will be the same as the language provided
+ * [BCP-47](https://tools.ietf.org/html/bcp47) language tag (like "en-US" or "es-ES") of the recognized text. This will be the same as the language provided
* in method [[Session.subscribeToSpeechToText]] method
*/
lang: string;
diff --git a/openvidu-node-client/src/ConnectionProperties.ts b/openvidu-node-client/src/ConnectionProperties.ts
index ab013a3e..560162fe 100644
--- a/openvidu-node-client/src/ConnectionProperties.ts
+++ b/openvidu-node-client/src/ConnectionProperties.ts
@@ -40,7 +40,11 @@ export interface ConnectionProperties {
data?: string;
/**
- * **This feature is part of OpenVidu Pro tier** PRO
+ * **This feature is part of OpenVidu
+ * PRO
+ * and
+ * ENTERPRISE
+ * editions**
*
* Whether to record the streams published by this Connection or not. This only affects [INDIVIDUAL recording](/en/stable/advanced-features/recording/#individual-recording-selection)
*
diff --git a/openvidu-node-client/src/RecordingProperties.ts b/openvidu-node-client/src/RecordingProperties.ts
index e9328944..f8cb0e43 100644
--- a/openvidu-node-client/src/RecordingProperties.ts
+++ b/openvidu-node-client/src/RecordingProperties.ts
@@ -110,7 +110,11 @@ export interface RecordingProperties {
ignoreFailedStreams?: boolean;
/**
- * **This feature is part of OpenVidu Pro tier** PRO
+ * **This feature is part of OpenVidu
+ * PRO
+ * and
+ * ENTERPRISE
+ * editions**
*
* The Media Node where to host the recording. The default option if this property is not defined is the same
* Media Node hosting the Session to record. This object defines the following properties as Media Node selector:
diff --git a/openvidu-node-client/src/Session.ts b/openvidu-node-client/src/Session.ts
index 1fd456ee..876d714f 100644
--- a/openvidu-node-client/src/Session.ts
+++ b/openvidu-node-client/src/Session.ts
@@ -392,7 +392,11 @@ export class Session {
}
/**
- * **This feature is part of OpenVidu Pro tier** PRO
+ * **This feature is part of OpenVidu
+ * PRO
+ * and
+ * ENTERPRISE
+ * editions**
*
* Updates the properties of a Connection with a [[ConnectionProperties]] object.
* Only these properties can be updated:
diff --git a/openvidu-node-client/src/SessionProperties.ts b/openvidu-node-client/src/SessionProperties.ts
index 1708d0a0..95691583 100644
--- a/openvidu-node-client/src/SessionProperties.ts
+++ b/openvidu-node-client/src/SessionProperties.ts
@@ -56,7 +56,11 @@ export interface SessionProperties {
customSessionId?: string;
/**
- * **This feature is part of OpenVidu Pro tier** PRO
+ * **This feature is part of OpenVidu
+ * PRO
+ * and
+ * ENTERPRISE
+ * editions**
*
* The Media Node where to host the session. The default option if this property is not defined is the less loaded
* Media Node at the moment the first user joins the session. This object defines the following properties as Media Node selector: