jssz-meeting-component 1.2.0 → 1.2.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/index.esm.js
CHANGED
|
@@ -38760,6 +38760,9 @@ function handleMeetingEvent(event, data) {
|
|
|
38760
38760
|
case "2018":
|
|
38761
38761
|
emitter.emit("injuryReport", data);
|
|
38762
38762
|
break;
|
|
38763
|
+
case "2020":
|
|
38764
|
+
emitter.emit("onlineMember", data);
|
|
38765
|
+
break;
|
|
38763
38766
|
}
|
|
38764
38767
|
}
|
|
38765
38768
|
function installMeetingMessageHandlers() {
|