@microsoft/teams-js 2.0.0-beta.6-dev.18 → 2.0.0-beta.6-dev.19

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.
@@ -1122,7 +1122,7 @@ __webpack_require__.d(__webpack_exports__, {
1122
1122
  });
1123
1123
 
1124
1124
  ;// CONCATENATED MODULE: ./src/internal/constants.ts
1125
- var version = "2.0.0-beta.6-dev.18";
1125
+ var version = "2.0.0-beta.6-dev.19";
1126
1126
  /**
1127
1127
  * @hidden
1128
1128
  * The client version when all SDK APIs started to check platform compatibility for the APIs was 1.6.0.
@@ -7764,6 +7764,7 @@ var remoteCamera;
7764
7764
 
7765
7765
 
7766
7766
 
7767
+
7767
7768
  /**
7768
7769
  * @hidden
7769
7770
  * Namespace to interact with the application entities specific part of the SDK.
@@ -7785,6 +7786,9 @@ var appEntity;
7785
7786
  */
7786
7787
  function selectAppEntity(threadId, categories, subEntityId, callback) {
7787
7788
  ensureInitialized(FrameContexts.content);
7789
+ if (!isSupported()) {
7790
+ throw errorNotSupportedOnPlatform;
7791
+ }
7788
7792
  if (!threadId || threadId.length == 0) {
7789
7793
  throw new Error('[appEntity.selectAppEntity] threadId name cannot be null or empty');
7790
7794
  }