obi-sdk 0.13.1 → 0.13.2

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.
@@ -0,0 +1,6 @@
1
+ import { O } from "./obi-widget-d8354869.js";
2
+ import "./types-f38a47f6.js";
3
+ export {
4
+ O as ObiWidget
5
+ };
6
+ //# sourceMappingURL=index-a668ac46.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-a668ac46.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
@@ -21060,6 +21060,7 @@ class ObiWidget extends i$1 {
21060
21060
  this.activeSession = null;
21061
21061
  }
21062
21062
  this.state = SDKState.READY;
21063
+ this.terminateSession();
21063
21064
  this.showCourseModal = false;
21064
21065
  this.showSessionStartModal = false;
21065
21066
  this.showShareMicModal = false;
@@ -21070,6 +21071,9 @@ class ObiWidget extends i$1 {
21070
21071
  this.showCourseModal = false;
21071
21072
  this.showSessionStartModal = true;
21072
21073
  this.showShareMicModal = false;
21074
+ this.micShareEnabled = false;
21075
+ this.showVoiceGuidanceModal = false;
21076
+ this.voiceGuidanceEnabled = false;
21073
21077
  };
21074
21078
  this.handleUrlSessionEvent = withSentryAsyncHandler(
21075
21079
  async (sessionToken) => {
@@ -21106,6 +21110,10 @@ class ObiWidget extends i$1 {
21106
21110
  };
21107
21111
  this.state = SDKState.LOADING;
21108
21112
  this.showSessionStartModal = true;
21113
+ this.showShareMicModal = false;
21114
+ this.micShareEnabled = false;
21115
+ this.showVoiceGuidanceModal = false;
21116
+ this.voiceGuidanceEnabled = false;
21109
21117
  trackEvent(
21110
21118
  "matching_session_found",
21111
21119
  {
@@ -21686,7 +21694,6 @@ class ObiWidget extends i$1 {
21686
21694
  handleItemSelect(id, itemIsActive) {
21687
21695
  if (id === "experiences") {
21688
21696
  this.showCourseModal = true;
21689
- this.showShareMicModal = false;
21690
21697
  return;
21691
21698
  }
21692
21699
  z$3([id, itemIsActive]).with(["pause", true], () => {
@@ -22136,4 +22143,4 @@ export {
22136
22143
  withSentryAsyncHandler as w,
22137
22144
  x
22138
22145
  };
22139
- //# sourceMappingURL=obi-widget-d596380b.js.map
22146
+ //# sourceMappingURL=obi-widget-d8354869.js.map