@hysc/meeting 5.0.70 → 5.0.71

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.
@@ -421,6 +421,7 @@ export declare enum BCEvent {
421
421
  BRTC_ROOM_RECONNECTED = "brtc-room-reconnected",
422
422
  JOIN_READY = "join-ready",
423
423
  BRTC_SHARE_SYNC_ROOM_COMPLETED = "brtc-share-sync-room-completed",
424
- LEAVE_USERS = "leaveUsers"
424
+ LEAVE_USERS = "leaveUsers",
425
+ ROOM_ERROR = "error-room"
425
426
  }
426
427
  export default BCEvent;