obi-sdk 0.13.0 → 0.13.1
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-14b8cc26.js +6 -0
- package/dist/modular/chunks/index-14b8cc26.js.map +1 -0
- package/dist/modular/chunks/{obi-widget-5c728b05.js → obi-widget-d596380b.js} +6 -1
- package/dist/modular/chunks/{obi-widget-5c728b05.js.map → obi-widget-d596380b.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 +2 -1
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/dist/react.es.js +2 -1
- package/dist/react.es.js.map +1 -1
- package/dist/react.umd.js +2 -1
- package/dist/react.umd.js.map +1 -1
- package/package.json +3 -3
- package/dist/modular/chunks/index-c25ba599.js +0 -6
- package/dist/modular/chunks/index-c25ba599.js.map +0 -1
package/dist/react.es.js
CHANGED
|
@@ -31860,7 +31860,7 @@ let le = class extends Z {
|
|
|
31860
31860
|
"connectObi",
|
|
31861
31861
|
"ObiWidget"
|
|
31862
31862
|
), this.handleCloseModals = () => {
|
|
31863
|
-
this.state = M.READY, this.showCourseModal = !1, this.showSessionStartModal = !1, this.showShareMicModal = !1;
|
|
31863
|
+
this.activeSession && (this.activeSession.disconnect(), this.activeSession = null), this.state = M.READY, this.showCourseModal = !1, this.showSessionStartModal = !1, this.showShareMicModal = !1;
|
|
31864
31864
|
}, this.handleCourseSelectEvent = (e) => {
|
|
31865
31865
|
const t = e;
|
|
31866
31866
|
this.selectedCourse = t.detail, this.showCourseModal = !1, this.showSessionStartModal = !0, this.showShareMicModal = !1;
|
|
@@ -32331,6 +32331,7 @@ let le = class extends Z {
|
|
|
32331
32331
|
></obi-navigation-bar>
|
|
32332
32332
|
` : zt}
|
|
32333
32333
|
</div>
|
|
32334
|
+
|
|
32334
32335
|
${this.showCourseModal ? O`<obi-course-modal
|
|
32335
32336
|
.onClose=${this.handleCloseModals.bind(this)}
|
|
32336
32337
|
.apiKey=${this.apiKey}
|