ninchat-embed 2.5.0 → 2.6.0

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/README.md CHANGED
@@ -1235,8 +1235,8 @@ Ninchat.route(Route)
1235
1235
  | ActivityCount | activity_count | `activity`: number, `highlights`: number | Typical use case for `ActivityCount` is to display activity as a number in host sites favicon. `activity` property contains the total activity including `highlights`. `highlights` are activity which has importance based on users settings or their role. Eg. highlight can be a name mention or a visitor requesting an audience. |
1236
1236
  | AudienceEnded | audience_eneded | `audience_id`: string | Emitted when an audience session ends |
1237
1237
  | AudienceClosed | audience_closed | `audience_id`: string | Emitted when the chat is closed |
1238
- | SessionCreated | session_created | `user_queues?`: {[queue_id]: {`delivery_time`, `queue_time`, `realm_id`, `queue_attrs`}}, `user_channels?`: {[channel_id]: {`channel_attrs`, `channel_status?`, `realm_id?`}} | Emitted when a user session is created with queue and channel information |
1239
- | QueueUpdated | queue_updated | `queue_id`: string, `queue_attrs`: {`name`, `length`, `group_id`, `is_group`}, `queue_time?`: number, `realm_id?`: string | Emitted when queue information is updated |
1238
+ | SessionCreated | session_created | `user_queues?`: {[queue_id]: {`delivery_time`, `queue_time`, `realm_id`, `queue_attrs`: {`name`, `length`, `group_id`, `is_group`, `unassigned_registered`}}}, `user_channels?`: {[channel_id]: {`channel_attrs`, `channel_status?`, `realm_id?`}} | Emitted when a user session is created with queue and channel information |
1239
+ | QueueUpdated | queue_updated | `queue_id`: string, `queue_attrs`: {`name`, `length`, `group_id`, `is_group`, `unassigned_registered`}, `queue_time?`: number, `realm_id?`: string | Emitted when queue information is updated |
1240
1240
  | ChannelUpdated | channel_updated | `channel_id`: string, `channel_attrs`: {`audience_id`, `queue_id`, `name`, `closed`}, `channel_status?`: string, `realm_id?`: string | Emitted when channel information is updated |
1241
1241
  | ContainerInitialized | container_initialized | - | Emitted when the embed container is initialized |
1242
1242
 
@@ -1431,6 +1431,10 @@ Ninchat.route(route)
1431
1431
 
1432
1432
  ## Release history
1433
1433
 
1434
+ ### v2.6.0
1435
+
1436
+ - extend QueueUpdated event to include information about unassigned_registered
1437
+
1434
1438
  ### v2.5.0
1435
1439
 
1436
1440
  - add AcceptAudienceError and AcceptServiceRequestError events