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.
- package/dist/modular/chunks/index-a668ac46.js +6 -0
- package/dist/modular/chunks/index-a668ac46.js.map +1 -0
- package/dist/modular/chunks/{obi-widget-d596380b.js → obi-widget-d8354869.js} +9 -2
- package/dist/modular/chunks/{obi-widget-d596380b.js.map → obi-widget-d8354869.js.map} +1 -1
- package/dist/modular/index.js +1 -1
- package/dist/modular/ui.js +10 -10
- package/dist/obi-sdk.standalone.iife.js +1 -1
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/dist/react.es.js +4 -4
- package/dist/react.es.js.map +1 -1
- package/dist/react.umd.js +1 -1
- package/dist/react.umd.js.map +1 -1
- package/package.json +3 -3
- package/dist/modular/chunks/index-14b8cc26.js +0 -6
- package/dist/modular/chunks/index-14b8cc26.js.map +0 -1
|
@@ -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-
|
|
22146
|
+
//# sourceMappingURL=obi-widget-d8354869.js.map
|