@flashphoner/sfusdk 2.0.339 → 2.0.350

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.
Files changed (299) hide show
  1. package/dist/client.version +1 -1
  2. package/dist/sdk/constants.d.ts +132 -5
  3. package/dist/sdk/constants.js +38 -1
  4. package/dist/sdk/constants.js.map +1 -1
  5. package/dist/sdk/room-extended.js +4 -0
  6. package/dist/sdk/room-extended.js.map +1 -1
  7. package/dist/sdk/room.d.ts +27 -2
  8. package/dist/sdk/room.js +146 -26
  9. package/dist/sdk/room.js.map +1 -1
  10. package/dist/sdk/sfu-extended.d.ts +43 -2
  11. package/dist/sdk/sfu-extended.js +157 -0
  12. package/dist/sdk/sfu-extended.js.map +1 -1
  13. package/docs/assets/navigation.js +1 -1
  14. package/docs/assets/search.js +1 -1
  15. package/docs/classes/room.Room.html +12 -10
  16. package/docs/classes/room.TransceiverPool.html +21 -0
  17. package/docs/classes/room_extended.RoomExtended.html +35 -35
  18. package/docs/classes/sfu_extended.SfuExtended.html +115 -105
  19. package/docs/enums/constants.AttachmentSortField.html +4 -0
  20. package/docs/enums/constants.AttachmentState.html +2 -2
  21. package/docs/enums/constants.AttachmentType.html +2 -2
  22. package/docs/enums/constants.AuthenticationStatus.html +2 -2
  23. package/docs/enums/constants.ChannelSendPolicy.html +2 -2
  24. package/docs/enums/constants.ChatError.html +2 -2
  25. package/docs/enums/constants.ChatReceivePolicy.html +2 -2
  26. package/docs/enums/constants.ChatSectionsError.html +2 -2
  27. package/docs/enums/constants.ChatType.html +2 -2
  28. package/docs/enums/constants.ConferenceType.html +2 -2
  29. package/docs/enums/constants.ConnectionError.html +2 -2
  30. package/docs/enums/constants.ConnectionType.html +2 -2
  31. package/docs/enums/constants.ContactError.html +2 -2
  32. package/docs/enums/constants.DeliveryStatus.html +2 -2
  33. package/docs/enums/constants.ExamplesError.html +2 -2
  34. package/docs/enums/constants.ExamplesEvent.html +2 -2
  35. package/docs/enums/constants.InternalApi.html +11 -2
  36. package/docs/enums/constants.MeetingSyncEvent.html +11 -11
  37. package/docs/enums/constants.MessageAttachmentMediaType.html +2 -2
  38. package/docs/enums/constants.MessageAttachmentType.html +2 -2
  39. package/docs/enums/constants.MessageState.html +2 -2
  40. package/docs/enums/constants.MessageTargetEntityType.html +2 -2
  41. package/docs/enums/constants.MessageType.html +2 -2
  42. package/docs/enums/constants.NotificationMode.html +2 -2
  43. package/docs/enums/constants.Operations.html +2 -2
  44. package/docs/enums/constants.ParticipantRole.html +2 -2
  45. package/docs/enums/constants.PresenceStatus.html +2 -2
  46. package/docs/enums/constants.RecordSortField.html +4 -0
  47. package/docs/enums/constants.RemoteSdpType.html +2 -2
  48. package/docs/enums/constants.RoomError.html +2 -2
  49. package/docs/enums/constants.RoomEvent.html +44 -44
  50. package/docs/enums/constants.RoomState.html +2 -2
  51. package/docs/enums/constants.SfuEvent.html +36 -28
  52. package/docs/enums/constants.SortOrder.html +2 -2
  53. package/docs/enums/constants.SpaceError.html +2 -2
  54. package/docs/enums/constants.SpaceEvent.html +46 -38
  55. package/docs/enums/constants.State.html +2 -2
  56. package/docs/enums/constants.StatsType.html +2 -2
  57. package/docs/enums/constants.TrackType.html +2 -2
  58. package/docs/enums/constants.TransportType.html +2 -2
  59. package/docs/enums/constants.UserInfoError.html +2 -2
  60. package/docs/enums/constants.UserManagementError.html +2 -2
  61. package/docs/interfaces/room.RemoteTrack.html +2 -2
  62. package/docs/modules/constants.html +23 -1
  63. package/docs/modules/room.html +1 -0
  64. package/docs/types/constants.AddRemoveTracks.html +1 -1
  65. package/docs/types/constants.AddRemoveTracksSync.html +1 -1
  66. package/docs/types/constants.AddedMembersToThread.html +1 -1
  67. package/docs/types/constants.AddedRemovedReactionOnMessage.html +1 -1
  68. package/docs/types/constants.AddedRoleToMember.html +1 -1
  69. package/docs/types/constants.Attachment.html +1 -1
  70. package/docs/types/constants.AttachmentInfo.html +1 -1
  71. package/docs/types/constants.AttachmentListEvent.html +1 -0
  72. package/docs/types/constants.AttachmentListItem.html +1 -1
  73. package/docs/types/constants.AttachmentListResult.html +1 -1
  74. package/docs/types/constants.AttachmentRequest.html +1 -1
  75. package/docs/types/constants.AttachmentRequestAck.html +1 -1
  76. package/docs/types/constants.AttachmentSizeInfo.html +1 -1
  77. package/docs/types/constants.AttachmentStatus.html +1 -1
  78. package/docs/types/constants.AttachmentStatusEvent.html +1 -1
  79. package/docs/types/constants.AuthenticationStatusEvent.html +1 -1
  80. package/docs/types/constants.BannedContact.html +1 -1
  81. package/docs/types/constants.BillingConfig.html +1 -0
  82. package/docs/types/constants.BitrateTestStatus.html +1 -1
  83. package/docs/types/constants.BooleanEvent.html +1 -1
  84. package/docs/types/constants.BrandingLogo.html +1 -0
  85. package/docs/types/constants.Calendar.html +1 -1
  86. package/docs/types/constants.CalendarEvent.html +1 -1
  87. package/docs/types/constants.CalendarEventEvent.html +1 -1
  88. package/docs/types/constants.ChannelMuted.html +1 -1
  89. package/docs/types/constants.ChannelNotificationSettingsUpdated.html +1 -1
  90. package/docs/types/constants.ChannelUnmuted.html +1 -1
  91. package/docs/types/constants.Chat.html +1 -1
  92. package/docs/types/constants.ChatIconUpdated.html +1 -1
  93. package/docs/types/constants.ChatLoadedEvent.html +1 -1
  94. package/docs/types/constants.ChatMap.html +1 -1
  95. package/docs/types/constants.ChatMessagesCount.html +1 -1
  96. package/docs/types/constants.ChatMessagesEvent.html +1 -1
  97. package/docs/types/constants.ChatMuted.html +1 -1
  98. package/docs/types/constants.ChatNotificationSettingsUpdated.html +1 -1
  99. package/docs/types/constants.ChatSearchResultEvent.html +1 -1
  100. package/docs/types/constants.ChatUnmuted.html +1 -1
  101. package/docs/types/constants.ChatsEvent.html +1 -1
  102. package/docs/types/constants.ConnectionDetails.html +1 -1
  103. package/docs/types/constants.ConnectionFailedEvent.html +1 -1
  104. package/docs/types/constants.Contact.html +1 -1
  105. package/docs/types/constants.ContactDeleted.html +1 -1
  106. package/docs/types/constants.ContactPersonalSettings.html +1 -1
  107. package/docs/types/constants.ContactPersonalSettingsUpdated.html +1 -1
  108. package/docs/types/constants.ContactUpdated.html +1 -1
  109. package/docs/types/constants.ControlMessage.html +1 -1
  110. package/docs/types/constants.ControlMessageEvent.html +1 -1
  111. package/docs/types/constants.CreatedRoom.html +1 -1
  112. package/docs/types/constants.CustomDomain.html +1 -0
  113. package/docs/types/constants.CustomDomainAdded.html +1 -0
  114. package/docs/types/constants.CustomDomainRemoved.html +1 -0
  115. package/docs/types/constants.EvictedFromRoom.html +1 -1
  116. package/docs/types/constants.EvictedSync.html +1 -1
  117. package/docs/types/constants.ExamplesUser.html +1 -1
  118. package/docs/types/constants.ExamplesUserEvent.html +1 -1
  119. package/docs/types/constants.FirstAndLastChatMessage.html +1 -1
  120. package/docs/types/constants.ForcefullyLeftEvent.html +1 -1
  121. package/docs/types/constants.FragmentedMessage.html +1 -1
  122. package/docs/types/constants.FriendInvite.html +1 -1
  123. package/docs/types/constants.FriendInviteDeleted.html +1 -1
  124. package/docs/types/constants.InternalMessage.html +1 -1
  125. package/docs/types/constants.JoinedRoom.html +1 -1
  126. package/docs/types/constants.JoinedRoomSync.html +1 -1
  127. package/docs/types/constants.LastReadMessageUpdate.html +1 -1
  128. package/docs/types/constants.LastReadMessageUpdated.html +1 -1
  129. package/docs/types/constants.LeftMeetingSync.html +1 -1
  130. package/docs/types/constants.LeftRoom.html +1 -1
  131. package/docs/types/constants.LoadMessagesWithMentionsResult.html +1 -1
  132. package/docs/types/constants.MeetingAddedToHistory.html +1 -1
  133. package/docs/types/constants.MeetingEndedSync.html +1 -1
  134. package/docs/types/constants.MeetingHistoryItem.html +1 -1
  135. package/docs/types/constants.MeetingNameUpdatedSync.html +1 -1
  136. package/docs/types/constants.MeetingRecordDeleted.html +1 -1
  137. package/docs/types/constants.MeetingRemovedFromHistory.html +1 -1
  138. package/docs/types/constants.MeetingsHistoryEvent.html +1 -1
  139. package/docs/types/constants.MeetingsPreviewEvent.html +1 -1
  140. package/docs/types/constants.Message.html +1 -1
  141. package/docs/types/constants.MessageAttachment.html +1 -1
  142. package/docs/types/constants.MessageAttachmentData.html +1 -1
  143. package/docs/types/constants.MessageAttachmentsSearchResult.html +1 -1
  144. package/docs/types/constants.MessageDeleted.html +1 -1
  145. package/docs/types/constants.MessageDeliveryStatus.html +1 -1
  146. package/docs/types/constants.MessageEdited.html +1 -1
  147. package/docs/types/constants.MessageInfo.html +1 -1
  148. package/docs/types/constants.MessageReaction.html +1 -1
  149. package/docs/types/constants.MessageStatus.html +1 -1
  150. package/docs/types/constants.MessageStatusEvent.html +1 -1
  151. package/docs/types/constants.MessageStatusUpdate.html +1 -1
  152. package/docs/types/constants.MessageTargetEntityId.html +1 -1
  153. package/docs/types/constants.MessageWithUploadingAttachments.html +1 -1
  154. package/docs/types/constants.MuteSettings.html +1 -1
  155. package/docs/types/constants.NewChatEvent.html +1 -1
  156. package/docs/types/constants.NewContact.html +1 -1
  157. package/docs/types/constants.NewFriendInvite.html +1 -1
  158. package/docs/types/constants.NewMeeting.html +1 -1
  159. package/docs/types/constants.NewSpaceCategoryEvent.html +1 -1
  160. package/docs/types/constants.NewSpaceChannelEvent.html +1 -1
  161. package/docs/types/constants.NewSpaceEvent.html +1 -1
  162. package/docs/types/constants.NewSpaceRoleAdded.html +1 -1
  163. package/docs/types/constants.NewSpaceThreadEvent.html +1 -1
  164. package/docs/types/constants.OperationFailed.html +1 -1
  165. package/docs/types/constants.OperationFailedEvent.html +1 -1
  166. package/docs/types/constants.OwnerSpacesUsersEvent.html +1 -0
  167. package/docs/types/constants.Participant.html +1 -1
  168. package/docs/types/constants.ParticipantAVSMutedEvent.html +1 -1
  169. package/docs/types/constants.ParticipantConfigEvent.html +1 -1
  170. package/docs/types/constants.ParticipantIconUpdated.html +1 -1
  171. package/docs/types/constants.ParticipantRenamed.html +1 -1
  172. package/docs/types/constants.ParticipantRenamedSyncEvent.html +1 -1
  173. package/docs/types/constants.ParticipantsListEvent.html +1 -1
  174. package/docs/types/constants.ParticipantsListSyncEvent.html +1 -1
  175. package/docs/types/constants.PlacedInLobbyEvent.html +1 -1
  176. package/docs/types/constants.PlacedInWaitingRoomEvent.html +1 -1
  177. package/docs/types/constants.PublicChannelsEvent.html +1 -1
  178. package/docs/types/constants.Quality.html +1 -1
  179. package/docs/types/constants.RTCMetricsDescriptionUpdate.html +1 -1
  180. package/docs/types/constants.RTCMetricsTokenRefresh.html +1 -1
  181. package/docs/types/constants.RecordInfo.html +1 -1
  182. package/docs/types/constants.RecordListEvent.html +1 -0
  183. package/docs/types/constants.RecordListItem.html +1 -0
  184. package/docs/types/constants.RecordListResult.html +1 -0
  185. package/docs/types/constants.RecordStarted.html +1 -0
  186. package/docs/types/constants.RecorderConfig.html +1 -1
  187. package/docs/types/constants.RecordsDeletedEvent.html +1 -0
  188. package/docs/types/constants.RemoteSdp.html +1 -1
  189. package/docs/types/constants.RemoteSdpInfo.html +1 -1
  190. package/docs/types/constants.RemoveRecordsResult.html +1 -0
  191. package/docs/types/constants.RemoveStorageAttachmentItem.html +1 -0
  192. package/docs/types/constants.RemoveStorageAttachmentsResult.html +1 -0
  193. package/docs/types/constants.RemovedChatEvent.html +1 -1
  194. package/docs/types/constants.RemovedMemberFromThread.html +1 -1
  195. package/docs/types/constants.RemovedRoleFromMember.html +1 -1
  196. package/docs/types/constants.ResetPasswordRequestStatus.html +1 -1
  197. package/docs/types/constants.RoleAssigned.html +1 -1
  198. package/docs/types/constants.RolePermissionSectionsEvent.html +1 -1
  199. package/docs/types/constants.RolesListEvent.html +1 -1
  200. package/docs/types/constants.RoomAvailable.html +1 -1
  201. package/docs/types/constants.RoomConfigEvent.html +1 -1
  202. package/docs/types/constants.RoomExtendedConfig.html +1 -1
  203. package/docs/types/constants.RoomExtendedParticipantConfig.html +1 -1
  204. package/docs/types/constants.RoomExtendedParticipantsConfig.html +1 -1
  205. package/docs/types/constants.RoomExtendedScreenSharingConfig.html +1 -1
  206. package/docs/types/constants.RoomInfo.html +1 -1
  207. package/docs/types/constants.RoomMessage.html +1 -1
  208. package/docs/types/constants.RoomNameUpdated.html +1 -1
  209. package/docs/types/constants.RoomScreenSharingConfigEvent.html +1 -1
  210. package/docs/types/constants.SFUMeetingParticipantPreview.html +1 -1
  211. package/docs/types/constants.SFUMeetingPreview.html +1 -1
  212. package/docs/types/constants.SfuMessageEvent.html +1 -1
  213. package/docs/types/constants.SfuSpace.html +1 -1
  214. package/docs/types/constants.SfuSpaceCategory.html +1 -1
  215. package/docs/types/constants.SfuSpaceChannel.html +1 -1
  216. package/docs/types/constants.SfuSpaceChannelAccessRights.html +1 -1
  217. package/docs/types/constants.SfuSpaceInvite.html +1 -1
  218. package/docs/types/constants.SfuSpaceMember.html +1 -1
  219. package/docs/types/constants.SfuSpaceRole.html +1 -1
  220. package/docs/types/constants.SfuSpaceRolePermission.html +1 -1
  221. package/docs/types/constants.SfuSpaceRolePermissionSection.html +1 -1
  222. package/docs/types/constants.SfuSpaceThread.html +1 -1
  223. package/docs/types/constants.SfuSpaceUserBan.html +1 -1
  224. package/docs/types/constants.SignUpStatus.html +1 -1
  225. package/docs/types/constants.SpaceCategoryDeleted.html +1 -1
  226. package/docs/types/constants.SpaceCategoryUpdated.html +1 -1
  227. package/docs/types/constants.SpaceChannelDeleted.html +1 -1
  228. package/docs/types/constants.SpaceChannelMoved.html +1 -1
  229. package/docs/types/constants.SpaceChannelUpdated.html +1 -1
  230. package/docs/types/constants.SpaceCreatedEvent.html +1 -1
  231. package/docs/types/constants.SpaceDeletedEvent.html +1 -1
  232. package/docs/types/constants.SpaceInviteCreated.html +1 -1
  233. package/docs/types/constants.SpaceInviteRevoked.html +1 -1
  234. package/docs/types/constants.SpaceMuted.html +1 -1
  235. package/docs/types/constants.SpaceNotificationSettingsUpdated.html +1 -1
  236. package/docs/types/constants.SpaceOverviewUpdated.html +1 -1
  237. package/docs/types/constants.SpaceRefreshEvent.html +1 -0
  238. package/docs/types/constants.SpaceRoleDeleted.html +1 -1
  239. package/docs/types/constants.SpaceRoleUpdated.html +1 -1
  240. package/docs/types/constants.SpaceThreadDeleted.html +1 -1
  241. package/docs/types/constants.SpaceThreadUpdated.html +1 -1
  242. package/docs/types/constants.SpaceUnmuted.html +1 -1
  243. package/docs/types/constants.SpacesBrandingLogoUpdated.html +1 -0
  244. package/docs/types/constants.StopScreenSharingEvent.html +1 -1
  245. package/docs/types/constants.StopTrackEvent.html +1 -1
  246. package/docs/types/constants.StorageSection.html +1 -0
  247. package/docs/types/constants.StorageSectionsEvent.html +1 -0
  248. package/docs/types/constants.SystemConfig.html +1 -1
  249. package/docs/types/constants.SystemConfigEvent.html +1 -1
  250. package/docs/types/constants.ThreadMuted.html +1 -1
  251. package/docs/types/constants.ThreadNotificationSettingsUpdated.html +1 -1
  252. package/docs/types/constants.ThreadUnmuted.html +1 -1
  253. package/docs/types/constants.TracksQualityState.html +1 -1
  254. package/docs/types/constants.UnreadMessagesCountEvent.html +1 -1
  255. package/docs/types/constants.UnreadMessagesCountUpdate.html +1 -1
  256. package/docs/types/constants.UpdateChatEvent.html +1 -1
  257. package/docs/types/constants.UpdateMessagesDeliveryStatusEvent.html +1 -1
  258. package/docs/types/constants.UploadIconEvent.html +1 -1
  259. package/docs/types/constants.UploadingAttachmentInfo.html +1 -1
  260. package/docs/types/constants.UserCalendarEvent.html +1 -1
  261. package/docs/types/constants.UserChatEncryptedPassword.html +1 -1
  262. package/docs/types/constants.UserContacts.html +1 -1
  263. package/docs/types/constants.UserContactsEvent.html +1 -1
  264. package/docs/types/constants.UserEmail.html +1 -1
  265. package/docs/types/constants.UserEncryptionInfo.html +1 -1
  266. package/docs/types/constants.UserEncryptionInfoEvent.html +1 -1
  267. package/docs/types/constants.UserHostKey.html +1 -1
  268. package/docs/types/constants.UserHostKeyChangedEvent.html +1 -1
  269. package/docs/types/constants.UserId.html +1 -1
  270. package/docs/types/constants.UserInfo.html +1 -1
  271. package/docs/types/constants.UserInfoChangedEvent.html +1 -1
  272. package/docs/types/constants.UserInfoEvent.html +1 -1
  273. package/docs/types/constants.UserJoinedToSpaceEvent.html +1 -1
  274. package/docs/types/constants.UserLeftSpace.html +1 -1
  275. package/docs/types/constants.UserNickname.html +1 -1
  276. package/docs/types/constants.UserNicknameChangedEvent.html +1 -1
  277. package/docs/types/constants.UserPassword.html +1 -1
  278. package/docs/types/constants.UserPhoneNumber.html +1 -1
  279. package/docs/types/constants.UserPhoneNumberChangedEvent.html +1 -1
  280. package/docs/types/constants.UserPmiSettings.html +1 -1
  281. package/docs/types/constants.UserPresenceStatusUpdated.html +1 -1
  282. package/docs/types/constants.UserRoomsEvent.html +1 -1
  283. package/docs/types/constants.UserSpaceNicknameUpdated.html +1 -1
  284. package/docs/types/constants.UserSpacesEvent.html +1 -1
  285. package/docs/types/constants.UserSpacesLicenseUpdated.html +1 -0
  286. package/docs/types/constants.UserSpecificChatInfo.html +1 -1
  287. package/docs/types/constants.UserTimezone.html +1 -1
  288. package/docs/types/constants.UserTimezoneChangedEvent.html +1 -1
  289. package/docs/types/constants.WaitingListEvent.html +1 -1
  290. package/docs/types/constants.WaitingParticipant.html +1 -1
  291. package/docs/types/constants.WaitingRoomUpdate.html +1 -1
  292. package/docs/types/sfu_extended.EventUnion.html +1 -1
  293. package/docs/types/sfu_extended.NotifyUnion.html +1 -1
  294. package/docs/variables/constants.ATTACHMENT_CHUNK_SIZE.html +1 -1
  295. package/docs/variables/constants.ATTACHMENT_ID_LENGTH.html +1 -1
  296. package/docs/variables/constants.WS_CONNECTION_TIMEOUT.html +1 -1
  297. package/docs/variables/constants.WS_PINGS_MISSING_THRESHOLD.html +1 -1
  298. package/docs/variables/constants.WS_PING_INTERVAL_MS.html +1 -1
  299. package/package.json +1 -1
@@ -23,6 +23,8 @@ Used to receive events from the server with SfuExtended.on()</p>
23
23
  <a href="constants.SfuEvent.html#CONTACT_DELETED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CONTACT_<wbr/>DELETED</span></a>
24
24
  <a href="constants.SfuEvent.html#CONTACT_PERSONAL_SETTINGS_UPDATED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CONTACT_<wbr/>PERSONAL_<wbr/>SETTINGS_<wbr/>UPDATED</span></a>
25
25
  <a href="constants.SfuEvent.html#CONTACT_UPDATED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CONTACT_<wbr/>UPDATED</span></a>
26
+ <a href="constants.SfuEvent.html#CUSTOM_DOMAIN_ADDED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CUSTOM_<wbr/>DOMAIN_<wbr/>ADDED</span></a>
27
+ <a href="constants.SfuEvent.html#CUSTOM_DOMAIN_REMOVED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CUSTOM_<wbr/>DOMAIN_<wbr/>REMOVED</span></a>
26
28
  <a href="constants.SfuEvent.html#DISCONNECTED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>DISCONNECTED</span></a>
27
29
  <a href="constants.SfuEvent.html#FAILED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>FAILED</span></a>
28
30
  <a href="constants.SfuEvent.html#FIRST_AND_LAST_CHAT_MESSAGE" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>FIRST_<wbr/>AND_<wbr/>LAST_<wbr/>CHAT_<wbr/>MESSAGE</span></a>
@@ -47,11 +49,16 @@ Used to receive events from the server with SfuExtended.on()</p>
47
49
  <a href="constants.SfuEvent.html#PUBLIC_CHANNELS" class="tsd-index-link deprecated"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>PUBLIC_<wbr/>CHANNELS</span></a>
48
50
  <a href="constants.SfuEvent.html#REACTION_ON_MESSAGE_ADDED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>REACTION_<wbr/>ON_<wbr/>MESSAGE_<wbr/>ADDED</span></a>
49
51
  <a href="constants.SfuEvent.html#REACTION_ON_MESSAGE_REMOVED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>REACTION_<wbr/>ON_<wbr/>MESSAGE_<wbr/>REMOVED</span></a>
52
+ <a href="constants.SfuEvent.html#RECORDS_DELETED" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>RECORDS_<wbr/>DELETED</span></a>
53
+ <a href="constants.SfuEvent.html#RECORDS_LIST_RESULT" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>RECORDS_<wbr/>LIST_<wbr/>RESULT</span></a>
50
54
  <a href="constants.SfuEvent.html#REMOVE_CALENDAR_ENTRY" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>REMOVE_<wbr/>CALENDAR_<wbr/>ENTRY</span></a>
55
+ <a href="constants.SfuEvent.html#REMOVE_RECORDS_RESULT" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>REMOVE_<wbr/>RECORDS_<wbr/>RESULT</span></a>
56
+ <a href="constants.SfuEvent.html#REMOVE_STORAGE_ATTACHMENTS_RESULT" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>REMOVE_<wbr/>STORAGE_<wbr/>ATTACHMENTS_<wbr/>RESULT</span></a>
51
57
  <a href="constants.SfuEvent.html#RESET_PASSWORD_REQUEST_STATUS" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>RESET_<wbr/>PASSWORD_<wbr/>REQUEST_<wbr/>STATUS</span></a>
52
58
  <a href="constants.SfuEvent.html#SEND_MESSAGE_SYNC" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SEND_<wbr/>MESSAGE_<wbr/>SYNC</span></a>
53
59
  <a href="constants.SfuEvent.html#SFU_USER_PMI_SETTINGS" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SFU_<wbr/>USER_<wbr/>PMI_<wbr/>SETTINGS</span></a>
54
60
  <a href="constants.SfuEvent.html#SIGN_UP_STATUS" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SIGN_<wbr/>UP_<wbr/>STATUS</span></a>
61
+ <a href="constants.SfuEvent.html#STORAGE_SECTIONS" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>STORAGE_<wbr/>SECTIONS</span></a>
55
62
  <a href="constants.SfuEvent.html#SYSTEM_CONFIG" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SYSTEM_<wbr/>CONFIG</span></a>
56
63
  <a href="constants.SfuEvent.html#UNREAD_MESSAGES_COUNT" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UNREAD_<wbr/>MESSAGES_<wbr/>COUNT</span></a>
57
64
  <a href="constants.SfuEvent.html#UNREAD_MESSAGES_COUNT_UPDATE" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UNREAD_<wbr/>MESSAGES_<wbr/>COUNT_<wbr/>UPDATE</span></a>
@@ -72,9 +79,9 @@ Used to receive events from the server with SfuExtended.on()</p>
72
79
  </div></section></div></details></section></section><section class="tsd-panel-group tsd-member-group"><h2>Enumeration Members</h2><section class="tsd-panel tsd-member"><a id="ACK" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>ACK</span><a href="#ACK" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ACK</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;ACK&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used without callback event</p>
73
80
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:57</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="ATTACHMENT" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>ATTACHMENT</span><a href="#ATTACHMENT" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ATTACHMENT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;ATTACHMENT&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:60</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="ATTACHMENTS_LIST_RESULT" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>ATTACHMENTS_<wbr/>LIST_<wbr/>RESULT</span><a href="#ATTACHMENTS_LIST_RESULT" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ATTACHMENTS_<wbr/>LIST_<wbr/>RESULT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;ATTACHMENTS_LIST_RESULT&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.AttachmentListResult.html" class="tsd-kind-type-alias">AttachmentListResult</a></p>
74
81
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:92</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="ATTACHMENTS_SIZE_INFO" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>ATTACHMENTS_<wbr/>SIZE_<wbr/>INFO</span><a href="#ATTACHMENTS_SIZE_INFO" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ATTACHMENTS_<wbr/>SIZE_<wbr/>INFO</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;ATTACHMENTS_SIZE_INFO&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.AttachmentSizeInfo.html" class="tsd-kind-type-alias">AttachmentSizeInfo</a></p>
75
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:94</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="ATTACHMENT_DATA" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>ATTACHMENT_<wbr/>DATA</span><a href="#ATTACHMENT_DATA" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ATTACHMENT_<wbr/>DATA</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;ATTACHMENT_DATA&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:58</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="AUTHENTICATION_STATUS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>AUTHENTICATION_<wbr/>STATUS</span><a href="#AUTHENTICATION_STATUS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">AUTHENTICATION_<wbr/>STATUS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;AUTHENTICATION_STATUS&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.AuthenticationStatusEvent.html" class="tsd-kind-type-alias">AuthenticationStatusEvent</a></p>
76
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:100</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CHAT_DELETED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CHAT_<wbr/>DELETED</span><a href="#CHAT_DELETED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CHAT_<wbr/>DELETED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CHAT_DELETED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserSpecificChatInfo.html" class="tsd-kind-type-alias">UserSpecificChatInfo</a></p>
77
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:29</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CHAT_ICON_UPDATED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CHAT_<wbr/>ICON_<wbr/>UPDATED</span><a href="#CHAT_ICON_UPDATED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CHAT_<wbr/>ICON_<wbr/>UPDATED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CHAT_ICON_UPDATED&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:140</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CHAT_LOADED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CHAT_<wbr/>LOADED</span><a href="#CHAT_LOADED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CHAT_<wbr/>LOADED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CHAT_LOADED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.Chat.html" class="tsd-kind-type-alias">Chat</a></p>
82
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:96</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="ATTACHMENT_DATA" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>ATTACHMENT_<wbr/>DATA</span><a href="#ATTACHMENT_DATA" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ATTACHMENT_<wbr/>DATA</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;ATTACHMENT_DATA&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:58</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="AUTHENTICATION_STATUS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>AUTHENTICATION_<wbr/>STATUS</span><a href="#AUTHENTICATION_STATUS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">AUTHENTICATION_<wbr/>STATUS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;AUTHENTICATION_STATUS&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.AuthenticationStatusEvent.html" class="tsd-kind-type-alias">AuthenticationStatusEvent</a></p>
83
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:102</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CHAT_DELETED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CHAT_<wbr/>DELETED</span><a href="#CHAT_DELETED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CHAT_<wbr/>DELETED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CHAT_DELETED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserSpecificChatInfo.html" class="tsd-kind-type-alias">UserSpecificChatInfo</a></p>
84
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:29</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CHAT_ICON_UPDATED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CHAT_<wbr/>ICON_<wbr/>UPDATED</span><a href="#CHAT_ICON_UPDATED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CHAT_<wbr/>ICON_<wbr/>UPDATED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CHAT_ICON_UPDATED&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:142</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CHAT_LOADED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CHAT_<wbr/>LOADED</span><a href="#CHAT_LOADED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CHAT_<wbr/>LOADED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CHAT_LOADED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.Chat.html" class="tsd-kind-type-alias">Chat</a></p>
78
85
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:21</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CHAT_MESSAGES" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CHAT_<wbr/>MESSAGES</span><a href="#CHAT_MESSAGES" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CHAT_<wbr/>MESSAGES</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CHAT_MESSAGES&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.ChatMessagesEvent.html" class="tsd-kind-type-alias">ChatMessagesEvent</a></p>
79
86
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:23</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CHAT_MESSAGES_COUNT" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CHAT_<wbr/>MESSAGES_<wbr/>COUNT</span><a href="#CHAT_MESSAGES_COUNT" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CHAT_<wbr/>MESSAGES_<wbr/>COUNT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CHAT_MESSAGES_COUNT&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.ChatMessagesCount.html" class="tsd-kind-type-alias">ChatMessagesCount</a></p>
80
87
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:82</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CHAT_MESSAGE_DELETED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CHAT_<wbr/>MESSAGE_<wbr/>DELETED</span><a href="#CHAT_MESSAGE_DELETED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CHAT_<wbr/>MESSAGE_<wbr/>DELETED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CHAT_MESSAGE_DELETED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.MessageDeleted.html" class="tsd-kind-type-alias">MessageDeleted</a></p>
@@ -87,49 +94,50 @@ Used to receive events from the server with SfuExtended.on()</p>
87
94
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:31</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CONNECTED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CONNECTED</span><a href="#CONNECTED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CONNECTED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CONNECTED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used without callback event</p>
88
95
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:9</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CONNECTION_FAILED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CONNECTION_<wbr/>FAILED</span><a href="#CONNECTION_FAILED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CONNECTION_<wbr/>FAILED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CONNECTION_FAILED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.ConnectionFailedEvent.html" class="tsd-kind-type-alias">ConnectionFailedEvent</a></p>
89
96
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:13</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CONTACT_DELETED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CONTACT_<wbr/>DELETED</span><a href="#CONTACT_DELETED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CONTACT_<wbr/>DELETED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CONTACT_DELETED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.ContactDeleted.html" class="tsd-kind-type-alias">ContactDeleted</a></p>
90
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:122</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CONTACT_PERSONAL_SETTINGS_UPDATED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CONTACT_<wbr/>PERSONAL_<wbr/>SETTINGS_<wbr/>UPDATED</span><a href="#CONTACT_PERSONAL_SETTINGS_UPDATED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CONTACT_<wbr/>PERSONAL_<wbr/>SETTINGS_<wbr/>UPDATED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CONTACT_PERSONAL_SETTINGS_UPDATED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.ContactPersonalSettingsUpdated.html" class="tsd-kind-type-alias">ContactPersonalSettingsUpdated</a></p>
91
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:124</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CONTACT_UPDATED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CONTACT_<wbr/>UPDATED</span><a href="#CONTACT_UPDATED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CONTACT_<wbr/>UPDATED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CONTACT_UPDATED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.ContactUpdated.html" class="tsd-kind-type-alias">ContactUpdated</a></p>
92
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:120</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="DISCONNECTED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>DISCONNECTED</span><a href="#DISCONNECTED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">DISCONNECTED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;DISCONNECTED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used without callback event</p>
97
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:124</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CONTACT_PERSONAL_SETTINGS_UPDATED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CONTACT_<wbr/>PERSONAL_<wbr/>SETTINGS_<wbr/>UPDATED</span><a href="#CONTACT_PERSONAL_SETTINGS_UPDATED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CONTACT_<wbr/>PERSONAL_<wbr/>SETTINGS_<wbr/>UPDATED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CONTACT_PERSONAL_SETTINGS_UPDATED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.ContactPersonalSettingsUpdated.html" class="tsd-kind-type-alias">ContactPersonalSettingsUpdated</a></p>
98
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:126</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CONTACT_UPDATED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CONTACT_<wbr/>UPDATED</span><a href="#CONTACT_UPDATED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CONTACT_<wbr/>UPDATED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CONTACT_UPDATED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.ContactUpdated.html" class="tsd-kind-type-alias">ContactUpdated</a></p>
99
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:122</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CUSTOM_DOMAIN_ADDED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CUSTOM_<wbr/>DOMAIN_<wbr/>ADDED</span><a href="#CUSTOM_DOMAIN_ADDED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CUSTOM_<wbr/>DOMAIN_<wbr/>ADDED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CUSTOM_DOMAIN_ADDED&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:143</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="CUSTOM_DOMAIN_REMOVED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CUSTOM_<wbr/>DOMAIN_<wbr/>REMOVED</span><a href="#CUSTOM_DOMAIN_REMOVED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">CUSTOM_<wbr/>DOMAIN_<wbr/>REMOVED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;CUSTOM_DOMAIN_REMOVED&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:144</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="DISCONNECTED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>DISCONNECTED</span><a href="#DISCONNECTED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">DISCONNECTED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;DISCONNECTED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used without callback event</p>
93
100
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:15</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="FAILED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>FAILED</span><a href="#FAILED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">FAILED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;FAILED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.OperationFailed.html" class="tsd-kind-type-alias">OperationFailed</a></p>
94
101
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:11</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="FIRST_AND_LAST_CHAT_MESSAGE" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>FIRST_<wbr/>AND_<wbr/>LAST_<wbr/>CHAT_<wbr/>MESSAGE</span><a href="#FIRST_AND_LAST_CHAT_MESSAGE" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">FIRST_<wbr/>AND_<wbr/>LAST_<wbr/>CHAT_<wbr/>MESSAGE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;FIRST_AND_LAST_CHAT_MESSAGE&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.FirstAndLastChatMessage.html" class="tsd-kind-type-alias">FirstAndLastChatMessage</a></p>
95
102
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:84</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="INCOMING_FRIEND_INVITE_DELETED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>INCOMING_<wbr/>FRIEND_<wbr/>INVITE_<wbr/>DELETED</span><a href="#INCOMING_FRIEND_INVITE_DELETED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">INCOMING_<wbr/>FRIEND_<wbr/>INVITE_<wbr/>DELETED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;INCOMING_FRIEND_INVITE_DELETED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.FriendInviteDeleted.html" class="tsd-kind-type-alias">FriendInviteDeleted</a></p>
96
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:112</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="LAST_READ_MESSAGE_UPDATED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>LAST_<wbr/>READ_<wbr/>MESSAGE_<wbr/>UPDATED</span><a href="#LAST_READ_MESSAGE_UPDATED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">LAST_<wbr/>READ_<wbr/>MESSAGE_<wbr/>UPDATED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;LAST_READ_MESSAGE_UPDATED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.LastReadMessageUpdated.html" class="tsd-kind-type-alias">LastReadMessageUpdated</a></p>
103
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:114</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="LAST_READ_MESSAGE_UPDATED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>LAST_<wbr/>READ_<wbr/>MESSAGE_<wbr/>UPDATED</span><a href="#LAST_READ_MESSAGE_UPDATED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">LAST_<wbr/>READ_<wbr/>MESSAGE_<wbr/>UPDATED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;LAST_READ_MESSAGE_UPDATED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.LastReadMessageUpdated.html" class="tsd-kind-type-alias">LastReadMessageUpdated</a></p>
97
104
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:43</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="LOAD_MESSAGES_WITH_MENTIONS_RESULT" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>LOAD_<wbr/>MESSAGES_<wbr/>WITH_<wbr/>MENTIONS_<wbr/>RESULT</span><a href="#LOAD_MESSAGES_WITH_MENTIONS_RESULT" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">LOAD_<wbr/>MESSAGES_<wbr/>WITH_<wbr/>MENTIONS_<wbr/>RESULT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;LOAD_MESSAGES_WITH_MENTIONS_RESULT&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.LoadMessagesWithMentionsResult.html" class="tsd-kind-type-alias">LoadMessagesWithMentionsResult</a></p>
98
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:96</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MEETINGS_HISTORY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MEETINGS_<wbr/>HISTORY</span><a href="#MEETINGS_HISTORY" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MEETINGS_<wbr/>HISTORY</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MEETINGS_HISTORY&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.MeetingsHistoryEvent.html" class="tsd-kind-type-alias">MeetingsHistoryEvent</a></p>
99
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:130</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MEETING_ADDED_TO_HISTORY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MEETING_<wbr/>ADDED_<wbr/>TO_<wbr/>HISTORY</span><a href="#MEETING_ADDED_TO_HISTORY" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MEETING_<wbr/>ADDED_<wbr/>TO_<wbr/>HISTORY</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MEETING_ADDED_TO_HISTORY&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.MeetingAddedToHistory.html" class="tsd-kind-type-alias">MeetingAddedToHistory</a></p>
100
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:132</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MEETING_RECORD_DELETED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MEETING_<wbr/>RECORD_<wbr/>DELETED</span><a href="#MEETING_RECORD_DELETED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MEETING_<wbr/>RECORD_<wbr/>DELETED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MEETING_RECORD_DELETED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.MeetingRecordDeleted.html" class="tsd-kind-type-alias">MeetingRecordDeleted</a></p>
101
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:136</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MEETING_REMOVED_FROM_HISTORY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MEETING_<wbr/>REMOVED_<wbr/>FROM_<wbr/>HISTORY</span><a href="#MEETING_REMOVED_FROM_HISTORY" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MEETING_<wbr/>REMOVED_<wbr/>FROM_<wbr/>HISTORY</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MEETING_REMOVED_FROM_HISTORY&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.MeetingRemovedFromHistory.html" class="tsd-kind-type-alias">MeetingRemovedFromHistory</a></p>
102
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:134</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MESSAGE" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MESSAGE</span><a href="#MESSAGE" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MESSAGE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MESSAGE&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.Message.html" class="tsd-kind-type-alias">Message</a></p>
105
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:98</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MEETINGS_HISTORY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MEETINGS_<wbr/>HISTORY</span><a href="#MEETINGS_HISTORY" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MEETINGS_<wbr/>HISTORY</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MEETINGS_HISTORY&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.MeetingsHistoryEvent.html" class="tsd-kind-type-alias">MeetingsHistoryEvent</a></p>
106
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:132</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MEETING_ADDED_TO_HISTORY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MEETING_<wbr/>ADDED_<wbr/>TO_<wbr/>HISTORY</span><a href="#MEETING_ADDED_TO_HISTORY" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MEETING_<wbr/>ADDED_<wbr/>TO_<wbr/>HISTORY</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MEETING_ADDED_TO_HISTORY&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.MeetingAddedToHistory.html" class="tsd-kind-type-alias">MeetingAddedToHistory</a></p>
107
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:134</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MEETING_RECORD_DELETED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MEETING_<wbr/>RECORD_<wbr/>DELETED</span><a href="#MEETING_RECORD_DELETED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MEETING_<wbr/>RECORD_<wbr/>DELETED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MEETING_RECORD_DELETED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.MeetingRecordDeleted.html" class="tsd-kind-type-alias">MeetingRecordDeleted</a></p>
108
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:138</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MEETING_REMOVED_FROM_HISTORY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MEETING_<wbr/>REMOVED_<wbr/>FROM_<wbr/>HISTORY</span><a href="#MEETING_REMOVED_FROM_HISTORY" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MEETING_<wbr/>REMOVED_<wbr/>FROM_<wbr/>HISTORY</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MEETING_REMOVED_FROM_HISTORY&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.MeetingRemovedFromHistory.html" class="tsd-kind-type-alias">MeetingRemovedFromHistory</a></p>
109
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:136</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MESSAGE" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MESSAGE</span><a href="#MESSAGE" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MESSAGE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MESSAGE&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.Message.html" class="tsd-kind-type-alias">Message</a></p>
103
110
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:17</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MESSAGE_ATTACHMENTS_SEARCH_RESULT" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MESSAGE_<wbr/>ATTACHMENTS_<wbr/>SEARCH_<wbr/>RESULT</span><a href="#MESSAGE_ATTACHMENTS_SEARCH_RESULT" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MESSAGE_<wbr/>ATTACHMENTS_<wbr/>SEARCH_<wbr/>RESULT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MESSAGE_ATTACHMENTS_SEARCH_RESULT&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.MessageAttachmentsSearchResult.html" class="tsd-kind-type-alias">MessageAttachmentsSearchResult</a></p>
104
111
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:90</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MESSAGE_ATTACHMENT_STATE" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MESSAGE_<wbr/>ATTACHMENT_<wbr/>STATE</span><a href="#MESSAGE_ATTACHMENT_STATE" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MESSAGE_<wbr/>ATTACHMENT_<wbr/>STATE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MESSAGE_ATTACHMENT_STATE&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.AttachmentStatus.html" class="tsd-kind-type-alias">AttachmentStatus</a></p>
105
112
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:41</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MESSAGE_STATE" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>MESSAGE_<wbr/>STATE</span><a href="#MESSAGE_STATE" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MESSAGE_<wbr/>STATE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;MESSAGE_STATE&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.MessageStatus.html" class="tsd-kind-type-alias">MessageStatus</a></p>
106
113
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:39</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NEW_CALENDAR_ENTRY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>NEW_<wbr/>CALENDAR_<wbr/>ENTRY</span><a href="#NEW_CALENDAR_ENTRY" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NEW_<wbr/>CALENDAR_<wbr/>ENTRY</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;NEW_CALENDAR_ENTRY&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.CalendarEvent.html" class="tsd-kind-type-alias">CalendarEvent</a></p>
107
114
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:51</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NEW_CHAT" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>NEW_<wbr/>CHAT</span><a href="#NEW_CHAT" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NEW_<wbr/>CHAT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;NEW_CHAT&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserSpecificChatInfo.html" class="tsd-kind-type-alias">UserSpecificChatInfo</a></p>
108
115
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:27</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NEW_CONTACT" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>NEW_<wbr/>CONTACT</span><a href="#NEW_CONTACT" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NEW_<wbr/>CONTACT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;NEW_CONTACT&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.NewContact.html" class="tsd-kind-type-alias">NewContact</a></p>
109
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:118</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NEW_INCOMING_FRIEND_INVITE" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>NEW_<wbr/>INCOMING_<wbr/>FRIEND_<wbr/>INVITE</span><a href="#NEW_INCOMING_FRIEND_INVITE" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NEW_<wbr/>INCOMING_<wbr/>FRIEND_<wbr/>INVITE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;NEW_INCOMING_FRIEND_INVITE&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.NewFriendInvite.html" class="tsd-kind-type-alias">NewFriendInvite</a></p>
110
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:108</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NEW_MEETING" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>NEW_<wbr/>MEETING</span><a href="#NEW_MEETING" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NEW_<wbr/>MEETING</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;NEW_MEETING&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.NewMeeting.html" class="tsd-kind-type-alias">NewMeeting</a></p>
111
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:102</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NEW_OUTGOING_FRIEND_INVITE" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>NEW_<wbr/>OUTGOING_<wbr/>FRIEND_<wbr/>INVITE</span><a href="#NEW_OUTGOING_FRIEND_INVITE" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NEW_<wbr/>OUTGOING_<wbr/>FRIEND_<wbr/>INVITE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;NEW_OUTGOING_FRIEND_INVITE&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.NewFriendInvite.html" class="tsd-kind-type-alias">NewFriendInvite</a></p>
112
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:110</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="OUTGOING_FRIEND_INVITE_DELETED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>OUTGOING_<wbr/>FRIEND_<wbr/>INVITE_<wbr/>DELETED</span><a href="#OUTGOING_FRIEND_INVITE_DELETED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">OUTGOING_<wbr/>FRIEND_<wbr/>INVITE_<wbr/>DELETED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;OUTGOING_FRIEND_INVITE_DELETED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.FriendInviteDeleted.html" class="tsd-kind-type-alias">FriendInviteDeleted</a></p>
113
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:114</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="PUBLIC_CHANNELS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">PUBLIC_<wbr/>CHANNELS</span><a href="#PUBLIC_CHANNELS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">PUBLIC_<wbr/>CHANNELS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;PUBLIC_CHANNELS&quot;</span></div><div class="tsd-comment tsd-typography"><h4>Deprecated</h4></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:47</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="REACTION_ON_MESSAGE_ADDED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>REACTION_<wbr/>ON_<wbr/>MESSAGE_<wbr/>ADDED</span><a href="#REACTION_ON_MESSAGE_ADDED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">REACTION_<wbr/>ON_<wbr/>MESSAGE_<wbr/>ADDED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;REACTION_ON_MESSAGE_ADDED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.AddedRemovedReactionOnMessage.html" class="tsd-kind-type-alias">AddedRemovedReactionOnMessage</a></p>
116
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:120</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NEW_INCOMING_FRIEND_INVITE" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>NEW_<wbr/>INCOMING_<wbr/>FRIEND_<wbr/>INVITE</span><a href="#NEW_INCOMING_FRIEND_INVITE" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NEW_<wbr/>INCOMING_<wbr/>FRIEND_<wbr/>INVITE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;NEW_INCOMING_FRIEND_INVITE&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.NewFriendInvite.html" class="tsd-kind-type-alias">NewFriendInvite</a></p>
117
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:110</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NEW_MEETING" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>NEW_<wbr/>MEETING</span><a href="#NEW_MEETING" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NEW_<wbr/>MEETING</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;NEW_MEETING&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.NewMeeting.html" class="tsd-kind-type-alias">NewMeeting</a></p>
118
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:104</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NEW_OUTGOING_FRIEND_INVITE" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>NEW_<wbr/>OUTGOING_<wbr/>FRIEND_<wbr/>INVITE</span><a href="#NEW_OUTGOING_FRIEND_INVITE" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NEW_<wbr/>OUTGOING_<wbr/>FRIEND_<wbr/>INVITE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;NEW_OUTGOING_FRIEND_INVITE&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.NewFriendInvite.html" class="tsd-kind-type-alias">NewFriendInvite</a></p>
119
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:112</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="OUTGOING_FRIEND_INVITE_DELETED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>OUTGOING_<wbr/>FRIEND_<wbr/>INVITE_<wbr/>DELETED</span><a href="#OUTGOING_FRIEND_INVITE_DELETED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">OUTGOING_<wbr/>FRIEND_<wbr/>INVITE_<wbr/>DELETED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;OUTGOING_FRIEND_INVITE_DELETED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.FriendInviteDeleted.html" class="tsd-kind-type-alias">FriendInviteDeleted</a></p>
120
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:116</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="PUBLIC_CHANNELS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="deprecated">PUBLIC_<wbr/>CHANNELS</span><a href="#PUBLIC_CHANNELS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">PUBLIC_<wbr/>CHANNELS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;PUBLIC_CHANNELS&quot;</span></div><div class="tsd-comment tsd-typography"><h4>Deprecated</h4></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:47</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="REACTION_ON_MESSAGE_ADDED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>REACTION_<wbr/>ON_<wbr/>MESSAGE_<wbr/>ADDED</span><a href="#REACTION_ON_MESSAGE_ADDED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">REACTION_<wbr/>ON_<wbr/>MESSAGE_<wbr/>ADDED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;REACTION_ON_MESSAGE_ADDED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.AddedRemovedReactionOnMessage.html" class="tsd-kind-type-alias">AddedRemovedReactionOnMessage</a></p>
114
121
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:74</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="REACTION_ON_MESSAGE_REMOVED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>REACTION_<wbr/>ON_<wbr/>MESSAGE_<wbr/>REMOVED</span><a href="#REACTION_ON_MESSAGE_REMOVED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">REACTION_<wbr/>ON_<wbr/>MESSAGE_<wbr/>REMOVED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;REACTION_ON_MESSAGE_REMOVED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.AddedRemovedReactionOnMessage.html" class="tsd-kind-type-alias">AddedRemovedReactionOnMessage</a></p>
115
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:76</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="REMOVE_CALENDAR_ENTRY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>REMOVE_<wbr/>CALENDAR_<wbr/>ENTRY</span><a href="#REMOVE_CALENDAR_ENTRY" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">REMOVE_<wbr/>CALENDAR_<wbr/>ENTRY</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;REMOVE_CALENDAR_ENTRY&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.CalendarEvent.html" class="tsd-kind-type-alias">CalendarEvent</a></p>
116
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:53</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="RESET_PASSWORD_REQUEST_STATUS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>RESET_<wbr/>PASSWORD_<wbr/>REQUEST_<wbr/>STATUS</span><a href="#RESET_PASSWORD_REQUEST_STATUS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">RESET_<wbr/>PASSWORD_<wbr/>REQUEST_<wbr/>STATUS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;RESET_PASSWORD_REQUEST_STATUS&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.ResetPasswordRequestStatus.html" class="tsd-kind-type-alias">ResetPasswordRequestStatus</a></p>
122
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:76</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="RECORDS_DELETED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>RECORDS_<wbr/>DELETED</span><a href="#RECORDS_DELETED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">RECORDS_<wbr/>DELETED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;RECORDS_DELETED&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:146</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="RECORDS_LIST_RESULT" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>RECORDS_<wbr/>LIST_<wbr/>RESULT</span><a href="#RECORDS_LIST_RESULT" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">RECORDS_<wbr/>LIST_<wbr/>RESULT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;RECORDS_LIST_RESULT&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.RecordListResult.html" class="tsd-kind-type-alias">RecordListResult</a></p>
123
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:94</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="REMOVE_CALENDAR_ENTRY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>REMOVE_<wbr/>CALENDAR_<wbr/>ENTRY</span><a href="#REMOVE_CALENDAR_ENTRY" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">REMOVE_<wbr/>CALENDAR_<wbr/>ENTRY</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;REMOVE_CALENDAR_ENTRY&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.CalendarEvent.html" class="tsd-kind-type-alias">CalendarEvent</a></p>
124
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:53</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="REMOVE_RECORDS_RESULT" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>REMOVE_<wbr/>RECORDS_<wbr/>RESULT</span><a href="#REMOVE_RECORDS_RESULT" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">REMOVE_<wbr/>RECORDS_<wbr/>RESULT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;REMOVE_RECORDS_RESULT&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:147</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="REMOVE_STORAGE_ATTACHMENTS_RESULT" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>REMOVE_<wbr/>STORAGE_<wbr/>ATTACHMENTS_<wbr/>RESULT</span><a href="#REMOVE_STORAGE_ATTACHMENTS_RESULT" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">REMOVE_<wbr/>STORAGE_<wbr/>ATTACHMENTS_<wbr/>RESULT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;REMOVE_STORAGE_ATTACHMENTS_RESULT&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:148</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="RESET_PASSWORD_REQUEST_STATUS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>RESET_<wbr/>PASSWORD_<wbr/>REQUEST_<wbr/>STATUS</span><a href="#RESET_PASSWORD_REQUEST_STATUS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">RESET_<wbr/>PASSWORD_<wbr/>REQUEST_<wbr/>STATUS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;RESET_PASSWORD_REQUEST_STATUS&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.ResetPasswordRequestStatus.html" class="tsd-kind-type-alias">ResetPasswordRequestStatus</a></p>
117
125
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:80</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="SEND_MESSAGE_SYNC" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>SEND_<wbr/>MESSAGE_<wbr/>SYNC</span><a href="#SEND_MESSAGE_SYNC" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">SEND_<wbr/>MESSAGE_<wbr/>SYNC</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;SEND_MESSAGE_SYNC&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.Message.html" class="tsd-kind-type-alias">Message</a></p>
118
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:98</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="SFU_USER_PMI_SETTINGS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>SFU_<wbr/>USER_<wbr/>PMI_<wbr/>SETTINGS</span><a href="#SFU_USER_PMI_SETTINGS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">SFU_<wbr/>USER_<wbr/>PMI_<wbr/>SETTINGS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;SFU_USER_PMI_SETTINGS&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserPmiSettings.html" class="tsd-kind-type-alias">UserPmiSettings</a></p>
126
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:100</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="SFU_USER_PMI_SETTINGS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>SFU_<wbr/>USER_<wbr/>PMI_<wbr/>SETTINGS</span><a href="#SFU_USER_PMI_SETTINGS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">SFU_<wbr/>USER_<wbr/>PMI_<wbr/>SETTINGS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;SFU_USER_PMI_SETTINGS&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserPmiSettings.html" class="tsd-kind-type-alias">UserPmiSettings</a></p>
119
127
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:62</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="SIGN_UP_STATUS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>SIGN_<wbr/>UP_<wbr/>STATUS</span><a href="#SIGN_UP_STATUS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">SIGN_<wbr/>UP_<wbr/>STATUS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;SIGN_UP_STATUS&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.SignUpStatus.html" class="tsd-kind-type-alias">SignUpStatus</a></p>
120
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:78</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="SYSTEM_CONFIG" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>SYSTEM_<wbr/>CONFIG</span><a href="#SYSTEM_CONFIG" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">SYSTEM_<wbr/>CONFIG</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;SYSTEM_CONFIG&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.SystemConfig.html" class="tsd-kind-type-alias">SystemConfig</a></p>
121
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:138</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="UNREAD_MESSAGES_COUNT" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>UNREAD_<wbr/>MESSAGES_<wbr/>COUNT</span><a href="#UNREAD_MESSAGES_COUNT" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UNREAD_<wbr/>MESSAGES_<wbr/>COUNT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;UNREAD_MESSAGES_COUNT&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UnreadMessagesCountEvent.html" class="tsd-kind-type-alias">UnreadMessagesCountEvent</a></p>
128
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:78</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="STORAGE_SECTIONS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>STORAGE_<wbr/>SECTIONS</span><a href="#STORAGE_SECTIONS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">STORAGE_<wbr/>SECTIONS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;STORAGE_SECTIONS&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:145</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="SYSTEM_CONFIG" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>SYSTEM_<wbr/>CONFIG</span><a href="#SYSTEM_CONFIG" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">SYSTEM_<wbr/>CONFIG</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;SYSTEM_CONFIG&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.SystemConfig.html" class="tsd-kind-type-alias">SystemConfig</a></p>
129
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:140</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="UNREAD_MESSAGES_COUNT" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>UNREAD_<wbr/>MESSAGES_<wbr/>COUNT</span><a href="#UNREAD_MESSAGES_COUNT" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UNREAD_<wbr/>MESSAGES_<wbr/>COUNT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;UNREAD_MESSAGES_COUNT&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UnreadMessagesCountEvent.html" class="tsd-kind-type-alias">UnreadMessagesCountEvent</a></p>
122
130
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:86</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="UNREAD_MESSAGES_COUNT_UPDATE" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>UNREAD_<wbr/>MESSAGES_<wbr/>COUNT_<wbr/>UPDATE</span><a href="#UNREAD_MESSAGES_COUNT_UPDATE" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UNREAD_<wbr/>MESSAGES_<wbr/>COUNT_<wbr/>UPDATE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;UNREAD_MESSAGES_COUNT_UPDATE&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UnreadMessagesCountUpdate.html" class="tsd-kind-type-alias">UnreadMessagesCountUpdate</a></p>
123
131
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:88</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="UPDATE_CALENDAR_EVENT" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>UPDATE_<wbr/>CALENDAR_<wbr/>EVENT</span><a href="#UPDATE_CALENDAR_EVENT" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UPDATE_<wbr/>CALENDAR_<wbr/>EVENT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;UPDATE_CALENDAR_EVENT&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.CalendarEvent.html" class="tsd-kind-type-alias">CalendarEvent</a></p>
124
132
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:55</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="UPDATE_MESSAGES_DELIVERY_STATUS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>UPDATE_<wbr/>MESSAGES_<wbr/>DELIVERY_<wbr/>STATUS</span><a href="#UPDATE_MESSAGES_DELIVERY_STATUS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UPDATE_<wbr/>MESSAGES_<wbr/>DELIVERY_<wbr/>STATUS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;UPDATE_MESSAGES_DELIVERY_STATUS&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UpdateMessagesDeliveryStatusEvent.html" class="tsd-kind-type-alias">UpdateMessagesDeliveryStatusEvent</a></p>
125
133
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:45</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="UPDATE_USER_PMI_SETTINGS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>UPDATE_<wbr/>USER_<wbr/>PMI_<wbr/>SETTINGS</span><a href="#UPDATE_USER_PMI_SETTINGS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UPDATE_<wbr/>USER_<wbr/>PMI_<wbr/>SETTINGS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;UPDATE_USER_PMI_SETTINGS&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserPmiSettings.html" class="tsd-kind-type-alias">UserPmiSettings</a></p>
126
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:64</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="UPLOAD_ICON" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>UPLOAD_<wbr/>ICON</span><a href="#UPLOAD_ICON" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UPLOAD_<wbr/>ICON</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;UPLOAD_ICON&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:139</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_CALENDAR" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>CALENDAR</span><a href="#USER_CALENDAR" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>CALENDAR</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_CALENDAR&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.Calendar.html" class="tsd-kind-type-alias">Calendar</a></p>
134
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:64</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="UPLOAD_ICON" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>UPLOAD_<wbr/>ICON</span><a href="#UPLOAD_ICON" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UPLOAD_<wbr/>ICON</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;UPLOAD_ICON&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:141</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_CALENDAR" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>CALENDAR</span><a href="#USER_CALENDAR" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>CALENDAR</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_CALENDAR&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.Calendar.html" class="tsd-kind-type-alias">Calendar</a></p>
127
135
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:49</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_CHATS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>CHATS</span><a href="#USER_CHATS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>CHATS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_CHATS&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.ChatsEvent.html" class="tsd-kind-type-alias">ChatsEvent</a></p>
128
136
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:19</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_CONTACTS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>CONTACTS</span><a href="#USER_CONTACTS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>CONTACTS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_CONTACTS&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserContacts.html" class="tsd-kind-type-alias">UserContacts</a></p>
129
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:106</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_ENCRYPTION_INFO" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>ENCRYPTION_<wbr/>INFO</span><a href="#USER_ENCRYPTION_INFO" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>ENCRYPTION_<wbr/>INFO</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_ENCRYPTION_INFO&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserEncryptionInfoEvent.html" class="tsd-kind-type-alias">UserEncryptionInfoEvent</a></p>
130
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:128</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_ENCRYPTION_INFO_ADDED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>ENCRYPTION_<wbr/>INFO_<wbr/>ADDED</span><a href="#USER_ENCRYPTION_INFO_ADDED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>ENCRYPTION_<wbr/>INFO_<wbr/>ADDED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_ENCRYPTION_INFO_ADDED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserEncryptionInfoEvent.html" class="tsd-kind-type-alias">UserEncryptionInfoEvent</a></p>
131
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:126</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_INFO" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>INFO</span><a href="#USER_INFO" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>INFO</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_INFO&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserInfo.html" class="tsd-kind-type-alias">UserInfo</a></p>
137
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:108</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_ENCRYPTION_INFO" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>ENCRYPTION_<wbr/>INFO</span><a href="#USER_ENCRYPTION_INFO" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>ENCRYPTION_<wbr/>INFO</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_ENCRYPTION_INFO&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserEncryptionInfoEvent.html" class="tsd-kind-type-alias">UserEncryptionInfoEvent</a></p>
138
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:130</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_ENCRYPTION_INFO_ADDED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>ENCRYPTION_<wbr/>INFO_<wbr/>ADDED</span><a href="#USER_ENCRYPTION_INFO_ADDED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>ENCRYPTION_<wbr/>INFO_<wbr/>ADDED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_ENCRYPTION_INFO_ADDED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserEncryptionInfoEvent.html" class="tsd-kind-type-alias">UserEncryptionInfoEvent</a></p>
139
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:128</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_INFO" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>INFO</span><a href="#USER_INFO" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>INFO</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_INFO&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserInfo.html" class="tsd-kind-type-alias">UserInfo</a></p>
132
140
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:66</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_INFO_CHANGED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>INFO_<wbr/>CHANGED</span><a href="#USER_INFO_CHANGED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>INFO_<wbr/>CHANGED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_INFO_CHANGED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserInfoChangedEvent.html" class="tsd-kind-type-alias">UserInfoChangedEvent</a></p>
133
141
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:68</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_MEETINGS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>MEETINGS</span><a href="#USER_MEETINGS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>MEETINGS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_MEETINGS&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.MeetingsPreviewEvent.html" class="tsd-kind-type-alias">MeetingsPreviewEvent</a></p>
134
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:104</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_PRESENCE_STATUS_UPDATED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>PRESENCE_<wbr/>STATUS_<wbr/>UPDATED</span><a href="#USER_PRESENCE_STATUS_UPDATED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>PRESENCE_<wbr/>STATUS_<wbr/>UPDATED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_PRESENCE_STATUS_UPDATED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserPresenceStatusUpdated.html" class="tsd-kind-type-alias">UserPresenceStatusUpdated</a></p>
135
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:116</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_ROOMS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>ROOMS</span><a href="#USER_ROOMS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>ROOMS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_ROOMS&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:59</li></ul></aside></section></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><h4 class="uppercase">Member Visibility</h4><form><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#ACK" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ACK</span></a><a href="#ATTACHMENT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ATTACHMENT</span></a><a href="#ATTACHMENTS_LIST_RESULT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ATTACHMENTS_<wbr/>LIST_<wbr/>RESULT</span></a><a href="#ATTACHMENTS_SIZE_INFO" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ATTACHMENTS_<wbr/>SIZE_<wbr/>INFO</span></a><a href="#ATTACHMENT_DATA" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ATTACHMENT_<wbr/>DATA</span></a><a href="#AUTHENTICATION_STATUS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>AUTHENTICATION_<wbr/>STATUS</span></a><a href="#CHAT_DELETED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>DELETED</span></a><a href="#CHAT_ICON_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>ICON_<wbr/>UPDATED</span></a><a href="#CHAT_LOADED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>LOADED</span></a><a href="#CHAT_MESSAGES" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>MESSAGES</span></a><a href="#CHAT_MESSAGES_COUNT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>MESSAGES_<wbr/>COUNT</span></a><a href="#CHAT_MESSAGE_DELETED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>MESSAGE_<wbr/>DELETED</span></a><a href="#CHAT_MESSAGE_EDITED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>MESSAGE_<wbr/>EDITED</span></a><a href="#CHAT_MUTED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>MUTED</span></a><a href="#CHAT_NOTIFICATION_SETTINGS_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>NOTIFICATION_<wbr/>SETTINGS_<wbr/>UPDATED</span></a><a href="#CHAT_SEARCH_RESULT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>SEARCH_<wbr/>RESULT</span></a><a href="#CHAT_UNMUTED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>UNMUTED</span></a><a href="#CHAT_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>UPDATED</span></a><a href="#CONNECTED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CONNECTED</span></a><a href="#CONNECTION_FAILED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CONNECTION_<wbr/>FAILED</span></a><a href="#CONTACT_DELETED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CONTACT_<wbr/>DELETED</span></a><a href="#CONTACT_PERSONAL_SETTINGS_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CONTACT_<wbr/>PERSONAL_<wbr/>SETTINGS_<wbr/>UPDATED</span></a><a href="#CONTACT_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CONTACT_<wbr/>UPDATED</span></a><a href="#DISCONNECTED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>DISCONNECTED</span></a><a href="#FAILED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>FAILED</span></a><a href="#FIRST_AND_LAST_CHAT_MESSAGE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>FIRST_<wbr/>AND_<wbr/>LAST_<wbr/>CHAT_<wbr/>MESSAGE</span></a><a href="#INCOMING_FRIEND_INVITE_DELETED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>INCOMING_<wbr/>FRIEND_<wbr/>INVITE_<wbr/>DELETED</span></a><a href="#LAST_READ_MESSAGE_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>LAST_<wbr/>READ_<wbr/>MESSAGE_<wbr/>UPDATED</span></a><a href="#LOAD_MESSAGES_WITH_MENTIONS_RESULT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>LOAD_<wbr/>MESSAGES_<wbr/>WITH_<wbr/>MENTIONS_<wbr/>RESULT</span></a><a href="#MEETINGS_HISTORY" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MEETINGS_<wbr/>HISTORY</span></a><a href="#MEETING_ADDED_TO_HISTORY" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MEETING_<wbr/>ADDED_<wbr/>TO_<wbr/>HISTORY</span></a><a href="#MEETING_RECORD_DELETED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MEETING_<wbr/>RECORD_<wbr/>DELETED</span></a><a href="#MEETING_REMOVED_FROM_HISTORY" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MEETING_<wbr/>REMOVED_<wbr/>FROM_<wbr/>HISTORY</span></a><a href="#MESSAGE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE</span></a><a href="#MESSAGE_ATTACHMENTS_SEARCH_RESULT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>ATTACHMENTS_<wbr/>SEARCH_<wbr/>RESULT</span></a><a href="#MESSAGE_ATTACHMENT_STATE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>ATTACHMENT_<wbr/>STATE</span></a><a href="#MESSAGE_STATE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>STATE</span></a><a href="#NEW_CALENDAR_ENTRY" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>NEW_<wbr/>CALENDAR_<wbr/>ENTRY</span></a><a href="#NEW_CHAT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>NEW_<wbr/>CHAT</span></a><a href="#NEW_CONTACT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>NEW_<wbr/>CONTACT</span></a><a href="#NEW_INCOMING_FRIEND_INVITE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>NEW_<wbr/>INCOMING_<wbr/>FRIEND_<wbr/>INVITE</span></a><a href="#NEW_MEETING" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>NEW_<wbr/>MEETING</span></a><a href="#NEW_OUTGOING_FRIEND_INVITE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>NEW_<wbr/>OUTGOING_<wbr/>FRIEND_<wbr/>INVITE</span></a><a href="#OUTGOING_FRIEND_INVITE_DELETED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>OUTGOING_<wbr/>FRIEND_<wbr/>INVITE_<wbr/>DELETED</span></a><a href="#PUBLIC_CHANNELS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>PUBLIC_<wbr/>CHANNELS</span></a><a href="#REACTION_ON_MESSAGE_ADDED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>REACTION_<wbr/>ON_<wbr/>MESSAGE_<wbr/>ADDED</span></a><a href="#REACTION_ON_MESSAGE_REMOVED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>REACTION_<wbr/>ON_<wbr/>MESSAGE_<wbr/>REMOVED</span></a><a href="#REMOVE_CALENDAR_ENTRY" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>REMOVE_<wbr/>CALENDAR_<wbr/>ENTRY</span></a><a href="#RESET_PASSWORD_REQUEST_STATUS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>RESET_<wbr/>PASSWORD_<wbr/>REQUEST_<wbr/>STATUS</span></a><a href="#SEND_MESSAGE_SYNC" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SEND_<wbr/>MESSAGE_<wbr/>SYNC</span></a><a href="#SFU_USER_PMI_SETTINGS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SFU_<wbr/>USER_<wbr/>PMI_<wbr/>SETTINGS</span></a><a href="#SIGN_UP_STATUS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SIGN_<wbr/>UP_<wbr/>STATUS</span></a><a href="#SYSTEM_CONFIG" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SYSTEM_<wbr/>CONFIG</span></a><a href="#UNREAD_MESSAGES_COUNT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UNREAD_<wbr/>MESSAGES_<wbr/>COUNT</span></a><a href="#UNREAD_MESSAGES_COUNT_UPDATE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UNREAD_<wbr/>MESSAGES_<wbr/>COUNT_<wbr/>UPDATE</span></a><a href="#UPDATE_CALENDAR_EVENT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UPDATE_<wbr/>CALENDAR_<wbr/>EVENT</span></a><a href="#UPDATE_MESSAGES_DELIVERY_STATUS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UPDATE_<wbr/>MESSAGES_<wbr/>DELIVERY_<wbr/>STATUS</span></a><a href="#UPDATE_USER_PMI_SETTINGS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UPDATE_<wbr/>USER_<wbr/>PMI_<wbr/>SETTINGS</span></a><a href="#UPLOAD_ICON" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UPLOAD_<wbr/>ICON</span></a><a href="#USER_CALENDAR" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>CALENDAR</span></a><a href="#USER_CHATS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>CHATS</span></a><a href="#USER_CONTACTS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>CONTACTS</span></a><a href="#USER_ENCRYPTION_INFO" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>ENCRYPTION_<wbr/>INFO</span></a><a href="#USER_ENCRYPTION_INFO_ADDED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>ENCRYPTION_<wbr/>INFO_<wbr/>ADDED</span></a><a href="#USER_INFO" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>INFO</span></a><a href="#USER_INFO_CHANGED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>INFO_<wbr/>CHANGED</span></a><a href="#USER_MEETINGS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>MEETINGS</span></a><a href="#USER_PRESENCE_STATUS_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>PRESENCE_<wbr/>STATUS_<wbr/>UPDATED</span></a><a href="#USER_ROOMS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>ROOMS</span></a></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@flashphoner/sfusdk</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
142
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:106</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_PRESENCE_STATUS_UPDATED" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>PRESENCE_<wbr/>STATUS_<wbr/>UPDATED</span><a href="#USER_PRESENCE_STATUS_UPDATED" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>PRESENCE_<wbr/>STATUS_<wbr/>UPDATED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_PRESENCE_STATUS_UPDATED&quot;</span></div><div class="tsd-comment tsd-typography"><p>Used to receive <a href="../types/constants.UserPresenceStatusUpdated.html" class="tsd-kind-type-alias">UserPresenceStatusUpdated</a></p>
143
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:118</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="USER_ROOMS" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>USER_<wbr/>ROOMS</span><a href="#USER_ROOMS" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">USER_<wbr/>ROOMS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;USER_ROOMS&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in constants.ts:59</li></ul></aside></section></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><h4 class="uppercase">Member Visibility</h4><form><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#ACK" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ACK</span></a><a href="#ATTACHMENT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ATTACHMENT</span></a><a href="#ATTACHMENTS_LIST_RESULT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ATTACHMENTS_<wbr/>LIST_<wbr/>RESULT</span></a><a href="#ATTACHMENTS_SIZE_INFO" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ATTACHMENTS_<wbr/>SIZE_<wbr/>INFO</span></a><a href="#ATTACHMENT_DATA" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ATTACHMENT_<wbr/>DATA</span></a><a href="#AUTHENTICATION_STATUS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>AUTHENTICATION_<wbr/>STATUS</span></a><a href="#CHAT_DELETED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>DELETED</span></a><a href="#CHAT_ICON_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>ICON_<wbr/>UPDATED</span></a><a href="#CHAT_LOADED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>LOADED</span></a><a href="#CHAT_MESSAGES" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>MESSAGES</span></a><a href="#CHAT_MESSAGES_COUNT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>MESSAGES_<wbr/>COUNT</span></a><a href="#CHAT_MESSAGE_DELETED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>MESSAGE_<wbr/>DELETED</span></a><a href="#CHAT_MESSAGE_EDITED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>MESSAGE_<wbr/>EDITED</span></a><a href="#CHAT_MUTED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>MUTED</span></a><a href="#CHAT_NOTIFICATION_SETTINGS_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>NOTIFICATION_<wbr/>SETTINGS_<wbr/>UPDATED</span></a><a href="#CHAT_SEARCH_RESULT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>SEARCH_<wbr/>RESULT</span></a><a href="#CHAT_UNMUTED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>UNMUTED</span></a><a href="#CHAT_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CHAT_<wbr/>UPDATED</span></a><a href="#CONNECTED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CONNECTED</span></a><a href="#CONNECTION_FAILED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CONNECTION_<wbr/>FAILED</span></a><a href="#CONTACT_DELETED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CONTACT_<wbr/>DELETED</span></a><a href="#CONTACT_PERSONAL_SETTINGS_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CONTACT_<wbr/>PERSONAL_<wbr/>SETTINGS_<wbr/>UPDATED</span></a><a href="#CONTACT_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CONTACT_<wbr/>UPDATED</span></a><a href="#CUSTOM_DOMAIN_ADDED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CUSTOM_<wbr/>DOMAIN_<wbr/>ADDED</span></a><a href="#CUSTOM_DOMAIN_REMOVED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>CUSTOM_<wbr/>DOMAIN_<wbr/>REMOVED</span></a><a href="#DISCONNECTED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>DISCONNECTED</span></a><a href="#FAILED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>FAILED</span></a><a href="#FIRST_AND_LAST_CHAT_MESSAGE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>FIRST_<wbr/>AND_<wbr/>LAST_<wbr/>CHAT_<wbr/>MESSAGE</span></a><a href="#INCOMING_FRIEND_INVITE_DELETED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>INCOMING_<wbr/>FRIEND_<wbr/>INVITE_<wbr/>DELETED</span></a><a href="#LAST_READ_MESSAGE_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>LAST_<wbr/>READ_<wbr/>MESSAGE_<wbr/>UPDATED</span></a><a href="#LOAD_MESSAGES_WITH_MENTIONS_RESULT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>LOAD_<wbr/>MESSAGES_<wbr/>WITH_<wbr/>MENTIONS_<wbr/>RESULT</span></a><a href="#MEETINGS_HISTORY" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MEETINGS_<wbr/>HISTORY</span></a><a href="#MEETING_ADDED_TO_HISTORY" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MEETING_<wbr/>ADDED_<wbr/>TO_<wbr/>HISTORY</span></a><a href="#MEETING_RECORD_DELETED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MEETING_<wbr/>RECORD_<wbr/>DELETED</span></a><a href="#MEETING_REMOVED_FROM_HISTORY" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MEETING_<wbr/>REMOVED_<wbr/>FROM_<wbr/>HISTORY</span></a><a href="#MESSAGE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE</span></a><a href="#MESSAGE_ATTACHMENTS_SEARCH_RESULT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>ATTACHMENTS_<wbr/>SEARCH_<wbr/>RESULT</span></a><a href="#MESSAGE_ATTACHMENT_STATE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>ATTACHMENT_<wbr/>STATE</span></a><a href="#MESSAGE_STATE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>MESSAGE_<wbr/>STATE</span></a><a href="#NEW_CALENDAR_ENTRY" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>NEW_<wbr/>CALENDAR_<wbr/>ENTRY</span></a><a href="#NEW_CHAT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>NEW_<wbr/>CHAT</span></a><a href="#NEW_CONTACT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>NEW_<wbr/>CONTACT</span></a><a href="#NEW_INCOMING_FRIEND_INVITE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>NEW_<wbr/>INCOMING_<wbr/>FRIEND_<wbr/>INVITE</span></a><a href="#NEW_MEETING" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>NEW_<wbr/>MEETING</span></a><a href="#NEW_OUTGOING_FRIEND_INVITE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>NEW_<wbr/>OUTGOING_<wbr/>FRIEND_<wbr/>INVITE</span></a><a href="#OUTGOING_FRIEND_INVITE_DELETED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>OUTGOING_<wbr/>FRIEND_<wbr/>INVITE_<wbr/>DELETED</span></a><a href="#PUBLIC_CHANNELS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>PUBLIC_<wbr/>CHANNELS</span></a><a href="#REACTION_ON_MESSAGE_ADDED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>REACTION_<wbr/>ON_<wbr/>MESSAGE_<wbr/>ADDED</span></a><a href="#REACTION_ON_MESSAGE_REMOVED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>REACTION_<wbr/>ON_<wbr/>MESSAGE_<wbr/>REMOVED</span></a><a href="#RECORDS_DELETED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>RECORDS_<wbr/>DELETED</span></a><a href="#RECORDS_LIST_RESULT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>RECORDS_<wbr/>LIST_<wbr/>RESULT</span></a><a href="#REMOVE_CALENDAR_ENTRY" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>REMOVE_<wbr/>CALENDAR_<wbr/>ENTRY</span></a><a href="#REMOVE_RECORDS_RESULT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>REMOVE_<wbr/>RECORDS_<wbr/>RESULT</span></a><a href="#REMOVE_STORAGE_ATTACHMENTS_RESULT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>REMOVE_<wbr/>STORAGE_<wbr/>ATTACHMENTS_<wbr/>RESULT</span></a><a href="#RESET_PASSWORD_REQUEST_STATUS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>RESET_<wbr/>PASSWORD_<wbr/>REQUEST_<wbr/>STATUS</span></a><a href="#SEND_MESSAGE_SYNC" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SEND_<wbr/>MESSAGE_<wbr/>SYNC</span></a><a href="#SFU_USER_PMI_SETTINGS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SFU_<wbr/>USER_<wbr/>PMI_<wbr/>SETTINGS</span></a><a href="#SIGN_UP_STATUS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SIGN_<wbr/>UP_<wbr/>STATUS</span></a><a href="#STORAGE_SECTIONS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>STORAGE_<wbr/>SECTIONS</span></a><a href="#SYSTEM_CONFIG" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>SYSTEM_<wbr/>CONFIG</span></a><a href="#UNREAD_MESSAGES_COUNT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UNREAD_<wbr/>MESSAGES_<wbr/>COUNT</span></a><a href="#UNREAD_MESSAGES_COUNT_UPDATE" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UNREAD_<wbr/>MESSAGES_<wbr/>COUNT_<wbr/>UPDATE</span></a><a href="#UPDATE_CALENDAR_EVENT" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UPDATE_<wbr/>CALENDAR_<wbr/>EVENT</span></a><a href="#UPDATE_MESSAGES_DELIVERY_STATUS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UPDATE_<wbr/>MESSAGES_<wbr/>DELIVERY_<wbr/>STATUS</span></a><a href="#UPDATE_USER_PMI_SETTINGS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UPDATE_<wbr/>USER_<wbr/>PMI_<wbr/>SETTINGS</span></a><a href="#UPLOAD_ICON" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>UPLOAD_<wbr/>ICON</span></a><a href="#USER_CALENDAR" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>CALENDAR</span></a><a href="#USER_CHATS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>CHATS</span></a><a href="#USER_CONTACTS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>CONTACTS</span></a><a href="#USER_ENCRYPTION_INFO" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>ENCRYPTION_<wbr/>INFO</span></a><a href="#USER_ENCRYPTION_INFO_ADDED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>ENCRYPTION_<wbr/>INFO_<wbr/>ADDED</span></a><a href="#USER_INFO" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>INFO</span></a><a href="#USER_INFO_CHANGED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>INFO_<wbr/>CHANGED</span></a><a href="#USER_MEETINGS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>MEETINGS</span></a><a href="#USER_PRESENCE_STATUS_UPDATED" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>PRESENCE_<wbr/>STATUS_<wbr/>UPDATED</span></a><a href="#USER_ROOMS" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>USER_<wbr/>ROOMS</span></a></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@flashphoner/sfusdk</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>