agora-appbuilder-core 4.1.8-beta.4 → 4.1.8-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agora-appbuilder-core",
3
- "version": "4.1.8-beta.4",
3
+ "version": "4.1.8-beta.5",
4
4
  "description": "React Native template for RTE app builder",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -1467,13 +1467,13 @@ export default class RtcEngine {
1467
1467
  mode,
1468
1468
  config.encryptionKey,
1469
1469
  config.encryptionMode === 1? null:config.encryptionKdfSalt,
1470
- config.encryptionMode === 1 ? null:true, // encryptDataStream
1470
+ true, // encryptDataStream
1471
1471
  ),
1472
1472
  this.screenClient.setEncryptionConfig(
1473
1473
  mode,
1474
1474
  config.encryptionKey,
1475
1475
  config.encryptionMode === 1? null:config.encryptionKdfSalt,
1476
- config.encryptionMode === 1 ? null:true, // encryptDataStream
1476
+ true, // encryptDataStream
1477
1477
  ),
1478
1478
  ]);
1479
1479
  logger.log(
@@ -77,8 +77,8 @@ const DefaultConfig = {
77
77
  CHAT_ORG_NAME: '',
78
78
  CHAT_APP_NAME: '',
79
79
  CHAT_URL: '',
80
- CLI_VERSION: '3.1.8-beta.4',
81
- CORE_VERSION: '4.1.8-beta.4',
80
+ CLI_VERSION: '3.1.8-beta.5',
81
+ CORE_VERSION: '4.1.8-beta.5',
82
82
  DISABLE_LANDSCAPE_MODE: false,
83
83
  STT_AUTO_START: false,
84
84
  CLOUD_RECORDING_AUTO_START: false,