|
|
@@ -184,7 +184,11 @@ var config = {
|
|
184
|
184
|
// by enabling fileRecordingsServiceEnabled, we show both the integrations
|
|
185
|
185
|
// and the generic recording service (its configuration and storage type
|
|
186
|
186
|
// depends on jibri configuration)
|
|
187
|
|
- // fileRecordingsServiceEnabled: false
|
|
|
187
|
+ // fileRecordingsServiceEnabled: false,
|
|
|
188
|
+ // Whether to show the possibility to share file recording with other people
|
|
|
189
|
+ // (e.g. meeting participants), based on the actual implementation
|
|
|
190
|
+ // on the backend.
|
|
|
191
|
+ // fileRecordingsServiceSharingEnabled: false,
|
|
188
|
192
|
|
|
189
|
193
|
// Whether to enable live streaming or not.
|
|
190
|
194
|
// liveStreamingEnabled: false,
|