@twilio/conversations 1.3.0-rc7 → 2.0.0-rc.3

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 (282) hide show
  1. package/CHANGELOG.md +201 -0
  2. package/README.md +5 -5
  3. package/dist/browser.js +7866 -0
  4. package/dist/browser.js.map +1 -0
  5. package/dist/docs/assets/css/main.css +2660 -0
  6. package/dist/docs/assets/images/icons.png +0 -0
  7. package/dist/docs/assets/images/icons@2x.png +0 -0
  8. package/dist/docs/assets/images/widgets.png +0 -0
  9. package/dist/docs/assets/images/widgets@2x.png +0 -0
  10. package/dist/docs/assets/js/main.js +248 -0
  11. package/dist/docs/assets/js/search.js +1 -0
  12. package/dist/docs/classes/AggregatedDeliveryReceipt.html +3286 -0
  13. package/dist/docs/classes/Client.html +4181 -0
  14. package/dist/docs/classes/Conversation.html +4397 -0
  15. package/dist/docs/classes/DetailedDeliveryReceipt.html +3265 -0
  16. package/dist/docs/classes/Media.html +3295 -0
  17. package/dist/docs/classes/Message.html +3713 -0
  18. package/dist/docs/classes/MessageBuilder.html +3280 -0
  19. package/dist/docs/classes/Participant.html +3517 -0
  20. package/dist/docs/classes/PushNotification.html +3232 -0
  21. package/dist/docs/classes/RestPaginator.html +3262 -0
  22. package/dist/docs/classes/UnsentMessage.html +3144 -0
  23. package/dist/docs/classes/User.html +3451 -0
  24. package/dist/docs/index.html +3387 -212
  25. package/dist/docs/interfaces/ClientOptions.html +3136 -0
  26. package/dist/docs/interfaces/ConversationState.html +3152 -0
  27. package/dist/docs/interfaces/CreateConversationOptions.html +3168 -0
  28. package/dist/docs/interfaces/LastMessage.html +3152 -0
  29. package/dist/docs/interfaces/Paginator.html +3243 -0
  30. package/dist/docs/interfaces/PushNotificationData.html +3168 -0
  31. package/dist/docs/interfaces/SendEmailOptions.html +3136 -0
  32. package/dist/docs/interfaces/SendMediaOptions.html +3169 -0
  33. package/dist/docs/modules.html +3418 -0
  34. package/dist/lib.d.ts +1944 -0
  35. package/dist/lib.js +7866 -0
  36. package/dist/lib.js.map +1 -0
  37. package/dist/post-install.js +29 -0
  38. package/dist/react-native.js +4031 -0
  39. package/dist/react-native.js.map +1 -0
  40. package/dist/twilio-conversations.js +40905 -0
  41. package/dist/twilio-conversations.min.js +156 -0
  42. package/package.json +59 -48
  43. package/.circleci/config.yml +0 -650
  44. package/.deepsource.toml +0 -6
  45. package/.env.example +0 -13
  46. package/browser/aggregateddeliveryreceipt.js +0 -152
  47. package/browser/client.js +0 -991
  48. package/browser/configuration.js +0 -80
  49. package/browser/conversation.js +0 -1826
  50. package/browser/data/conversations.js +0 -665
  51. package/browser/data/messages.js +0 -522
  52. package/browser/data/participants.js +0 -411
  53. package/browser/data/users.js +0 -281
  54. package/browser/detaileddeliveryreceipt.js +0 -44
  55. package/browser/index.js +0 -4
  56. package/browser/interfaces/limits.js +0 -3
  57. package/browser/interfaces/notificationtypes.js +0 -21
  58. package/browser/interfaces/paginator.js +0 -53
  59. package/browser/interfaces/responsecodes.js +0 -20
  60. package/browser/interfaces/transport.js +0 -3
  61. package/browser/logger.js +0 -141
  62. package/browser/media.js +0 -198
  63. package/browser/message.js +0 -685
  64. package/browser/participant.js +0 -415
  65. package/browser/pushnotification.js +0 -49
  66. package/browser/restpaginator.js +0 -74
  67. package/browser/services/network.js +0 -223
  68. package/browser/services/readhorizon.js +0 -181
  69. package/browser/services/typingindicator.js +0 -142
  70. package/browser/session.js +0 -505
  71. package/browser/sessionerror.js +0 -93
  72. package/browser/sri.json +0 -1
  73. package/browser/synclist.js +0 -90
  74. package/browser/synclistdescriptor.js +0 -29
  75. package/browser/syncpaginator.js +0 -63
  76. package/browser/user.js +0 -431
  77. package/browser/util/deferred.js +0 -56
  78. package/browser/util/index.js +0 -108
  79. package/dist/@twilio/conversations.js +0 -35565
  80. package/dist/@twilio/conversations.min.js +0 -204
  81. package/dist/docs/AggregatedDeliveryReceipt.html +0 -948
  82. package/dist/docs/Client.html +0 -5075
  83. package/dist/docs/Conversation.html +0 -6018
  84. package/dist/docs/DetailedDeliveryReceipt.html +0 -641
  85. package/dist/docs/Media.html +0 -694
  86. package/dist/docs/Message.html +0 -1934
  87. package/dist/docs/Paginator.html +0 -605
  88. package/dist/docs/Participant.html +0 -1510
  89. package/dist/docs/PushNotification.html +0 -836
  90. package/dist/docs/SessionError.html +0 -379
  91. package/dist/docs/User.html +0 -1315
  92. package/dist/docs/classes.list.html +0 -4431
  93. package/dist/docs/fonts/glyphicons-halflings-regular.eot +0 -0
  94. package/dist/docs/fonts/glyphicons-halflings-regular.svg +0 -288
  95. package/dist/docs/fonts/glyphicons-halflings-regular.ttf +0 -0
  96. package/dist/docs/fonts/glyphicons-halflings-regular.woff +0 -0
  97. package/dist/docs/fonts/glyphicons-halflings-regular.woff2 +0 -0
  98. package/dist/docs/img/glyphicons-halflings-white.png +0 -0
  99. package/dist/docs/img/glyphicons-halflings.png +0 -0
  100. package/dist/docs/quicksearch.html +0 -31
  101. package/dist/docs/scripts/docstrap.lib.js +0 -11
  102. package/dist/docs/scripts/fulltext-search-ui.js +0 -89
  103. package/dist/docs/scripts/fulltext-search.js +0 -36
  104. package/dist/docs/scripts/lunr.min.js +0 -6
  105. package/dist/docs/scripts/prettify/Apache-License-2.0.txt +0 -202
  106. package/dist/docs/scripts/prettify/jquery.min.js +0 -6
  107. package/dist/docs/scripts/prettify/lang-css.js +0 -21
  108. package/dist/docs/scripts/prettify/prettify.js +0 -496
  109. package/dist/docs/scripts/sunlight.js +0 -1157
  110. package/dist/docs/scripts/toc.js +0 -203
  111. package/dist/docs/styles/darkstrap.css +0 -960
  112. package/dist/docs/styles/prettify-tomorrow.css +0 -132
  113. package/dist/docs/styles/site.cerulean.css +0 -7008
  114. package/dist/docs/styles/site.cosmo.css +0 -7061
  115. package/dist/docs/styles/site.cyborg.css +0 -7048
  116. package/dist/docs/styles/site.darkly.css +0 -7171
  117. package/dist/docs/styles/site.darkstrap.css +0 -5638
  118. package/dist/docs/styles/site.dibs-bootstrap.css +0 -5899
  119. package/dist/docs/styles/site.flatly.css +0 -7147
  120. package/dist/docs/styles/site.journal.css +0 -6973
  121. package/dist/docs/styles/site.lumen.css +0 -7298
  122. package/dist/docs/styles/site.paper.css +0 -7623
  123. package/dist/docs/styles/site.readable.css +0 -6997
  124. package/dist/docs/styles/site.sandstone.css +0 -7035
  125. package/dist/docs/styles/site.simplex.css +0 -7023
  126. package/dist/docs/styles/site.slate.css +0 -7343
  127. package/dist/docs/styles/site.spacelab.css +0 -7055
  128. package/dist/docs/styles/site.superhero.css +0 -7131
  129. package/dist/docs/styles/site.united.css +0 -6895
  130. package/dist/docs/styles/site.yeti.css +0 -7195
  131. package/dist/docs/styles/sunlight.dark.css +0 -345
  132. package/dist/docs/styles/sunlight.default.css +0 -344
  133. package/dist/sri.json +0 -1
  134. package/lib/aggregateddeliveryreceipt.d.ts +0 -98
  135. package/lib/aggregateddeliveryreceipt.js +0 -112
  136. package/lib/client.d.ts +0 -317
  137. package/lib/client.js +0 -633
  138. package/lib/configuration.d.ts +0 -21
  139. package/lib/configuration.js +0 -41
  140. package/lib/conversation.d.ts +0 -460
  141. package/lib/conversation.js +0 -940
  142. package/lib/data/conversations.d.ts +0 -57
  143. package/lib/data/conversations.js +0 -318
  144. package/lib/data/messages.d.ts +0 -75
  145. package/lib/data/messages.js +0 -208
  146. package/lib/data/participants.d.ts +0 -94
  147. package/lib/data/participants.js +0 -204
  148. package/lib/data/users.d.ts +0 -42
  149. package/lib/data/users.js +0 -113
  150. package/lib/detaileddeliveryreceipt.d.ts +0 -45
  151. package/lib/detaileddeliveryreceipt.js +0 -34
  152. package/lib/index.d.ts +0 -1
  153. package/lib/index.js +0 -3
  154. package/lib/interfaces/limits.d.ts +0 -8
  155. package/lib/interfaces/limits.js +0 -2
  156. package/lib/interfaces/notificationtypes.d.ts +0 -8
  157. package/lib/interfaces/notificationtypes.js +0 -11
  158. package/lib/interfaces/paginator.d.ts +0 -52
  159. package/lib/interfaces/paginator.js +0 -28
  160. package/lib/interfaces/responsecodes.d.ts +0 -8
  161. package/lib/interfaces/responsecodes.js +0 -10
  162. package/lib/interfaces/transport.d.ts +0 -13
  163. package/lib/interfaces/transport.js +0 -2
  164. package/lib/logger.d.ts +0 -18
  165. package/lib/logger.js +0 -35
  166. package/lib/media.d.ts +0 -52
  167. package/lib/media.js +0 -69
  168. package/lib/message.d.ts +0 -136
  169. package/lib/message.js +0 -305
  170. package/lib/participant.d.ts +0 -142
  171. package/lib/participant.js +0 -219
  172. package/lib/pushnotification.d.ts +0 -48
  173. package/lib/pushnotification.js +0 -39
  174. package/lib/restpaginator.d.ts +0 -19
  175. package/lib/restpaginator.js +0 -36
  176. package/lib/services/network.d.ts +0 -22
  177. package/lib/services/network.js +0 -87
  178. package/lib/services/readhorizon.d.ts +0 -28
  179. package/lib/services/readhorizon.js +0 -112
  180. package/lib/services/typingindicator.d.ts +0 -50
  181. package/lib/services/typingindicator.js +0 -102
  182. package/lib/session.d.ts +0 -63
  183. package/lib/session.js +0 -213
  184. package/lib/sessionerror.d.ts +0 -12
  185. package/lib/sessionerror.js +0 -24
  186. package/lib/sri.json +0 -1
  187. package/lib/synclist.d.ts +0 -24
  188. package/lib/synclist.js +0 -28
  189. package/lib/synclistdescriptor.d.ts +0 -27
  190. package/lib/synclistdescriptor.js +0 -19
  191. package/lib/syncpaginator.d.ts +0 -22
  192. package/lib/syncpaginator.js +0 -37
  193. package/lib/user.d.ts +0 -98
  194. package/lib/user.js +0 -219
  195. package/lib/util/deferred.d.ts +0 -12
  196. package/lib/util/deferred.js +0 -22
  197. package/lib/util/index.d.ts +0 -28
  198. package/lib/util/index.js +0 -82
  199. package/tools/rtd-sdk-cdn-pin/.gitrepo +0 -12
  200. package/tools/rtd-sdk-cdn-pin/README.md +0 -54
  201. package/tools/rtd-sdk-cdn-pin/bintray-settings.xml.template +0 -16
  202. package/tools/rtd-sdk-cdn-pin/cdn-common/cdn-prepare.sh +0 -67
  203. package/tools/rtd-sdk-cdn-pin/cdn-pin-latest.sh +0 -19
  204. package/tools/rtd-sdk-cdn-pin/cdn-pin.sh +0 -19
  205. package/tools/rtd-sdk-cdn-pin/cdn-upload.sh +0 -13
  206. package/tools/rtd-sdk-cdn-pin/fetch/common/fetch-bintray-android.sh +0 -34
  207. package/tools/rtd-sdk-cdn-pin/fetch/common/fetch-npm.sh +0 -18
  208. package/tools/rtd-sdk-cdn-pin/fetch/twilio-chat-android.sh +0 -5
  209. package/tools/rtd-sdk-cdn-pin/fetch/twilio-chat-js.sh +0 -5
  210. package/tools/rtd-sdk-cdn-pin/fetch/twilio-conversations-android.sh +0 -6
  211. package/tools/rtd-sdk-cdn-pin/fetch/twilio-conversations-js.sh +0 -5
  212. package/tools/rtd-sdk-cdn-pin/fetch/twilio-sync-android.sh +0 -5
  213. package/tools/rtd-sdk-cdn-pin/fetch/twilio-sync-js.sh +0 -5
  214. package/tools/rtd-sdk-cdn-pin/fetch-artifact.sh +0 -26
  215. package/tools/sdk-release-tool/.gitrepo +0 -12
  216. package/tools/sdk-release-tool/Makefile +0 -49
  217. package/tools/sdk-release-tool/README.md +0 -275
  218. package/tools/sdk-release-tool/delete +0 -3
  219. package/tools/sdk-release-tool/download +0 -3
  220. package/tools/sdk-release-tool/get-cors +0 -3
  221. package/tools/sdk-release-tool/list +0 -3
  222. package/tools/sdk-release-tool/pin +0 -3
  223. package/tools/sdk-release-tool/pin-latest +0 -3
  224. package/tools/sdk-release-tool/requirements.txt +0 -4
  225. package/tools/sdk-release-tool/sdk-release-tool +0 -3
  226. package/tools/sdk-release-tool/sdk_release_tools/__init__.py +0 -0
  227. package/tools/sdk-release-tool/sdk_release_tools/__main__.py +0 -110
  228. package/tools/sdk-release-tool/sdk_release_tools/aws.py +0 -70
  229. package/tools/sdk-release-tool/sdk_release_tools/cli.py +0 -181
  230. package/tools/sdk-release-tool/sdk_release_tools/log.py +0 -24
  231. package/tools/sdk-release-tool/sdk_release_tools/ops.py +0 -295
  232. package/tools/sdk-release-tool/sdk_release_tools/rpm.py +0 -28
  233. package/tools/sdk-release-tool/sdk_release_tools/util.py +0 -186
  234. package/tools/sdk-release-tool/sdk_release_tools/versions.py +0 -362
  235. package/tools/sdk-release-tool/signal-sdk-js.json +0 -28
  236. package/tools/sdk-release-tool/tests/test_versions.py +0 -94
  237. package/tools/sdk-release-tool/twilio-accessmanager-android.json +0 -19
  238. package/tools/sdk-release-tool/twilio-accessmanager-ios.json +0 -26
  239. package/tools/sdk-release-tool/twilio-auth-ios.json +0 -29
  240. package/tools/sdk-release-tool/twilio-authenticator-ios.json +0 -29
  241. package/tools/sdk-release-tool/twilio-chat-android-2.json +0 -19
  242. package/tools/sdk-release-tool/twilio-chat-android.json +0 -22
  243. package/tools/sdk-release-tool/twilio-chat-ios.json +0 -26
  244. package/tools/sdk-release-tool/twilio-chat-js.json +0 -27
  245. package/tools/sdk-release-tool/twilio-client-android-aar.json +0 -22
  246. package/tools/sdk-release-tool/twilio-client-android.json +0 -22
  247. package/tools/sdk-release-tool/twilio-client-ios.json +0 -20
  248. package/tools/sdk-release-tool/twilio-client-js.json +0 -17
  249. package/tools/sdk-release-tool/twilio-client-sounds-js.json +0 -14
  250. package/tools/sdk-release-tool/twilio-common-android-maven.json +0 -16
  251. package/tools/sdk-release-tool/twilio-common-android.json +0 -22
  252. package/tools/sdk-release-tool/twilio-common-ios-rtc.json +0 -25
  253. package/tools/sdk-release-tool/twilio-common-ios.json +0 -25
  254. package/tools/sdk-release-tool/twilio-common-js.json +0 -19
  255. package/tools/sdk-release-tool/twilio-conversations-android.json +0 -22
  256. package/tools/sdk-release-tool/twilio-conversations-ios.json +0 -26
  257. package/tools/sdk-release-tool/twilio-conversations-js.json +0 -27
  258. package/tools/sdk-release-tool/twilio-flex-js.json +0 -20
  259. package/tools/sdk-release-tool/twilio-flex-webchat-js.json +0 -16
  260. package/tools/sdk-release-tool/twilio-frame-chat-android.json +0 -22
  261. package/tools/sdk-release-tool/twilio-frame-chat-ios.json +0 -23
  262. package/tools/sdk-release-tool/twilio-frame-chat-js.json +0 -23
  263. package/tools/sdk-release-tool/twilio-ip-messaging-android-maven.json +0 -16
  264. package/tools/sdk-release-tool/twilio-ip-messaging-android.json +0 -22
  265. package/tools/sdk-release-tool/twilio-ip-messaging-ios.json +0 -25
  266. package/tools/sdk-release-tool/twilio-ip-messaging-js.json +0 -21
  267. package/tools/sdk-release-tool/twilio-sync-android.json +0 -22
  268. package/tools/sdk-release-tool/twilio-sync-ios.json +0 -26
  269. package/tools/sdk-release-tool/twilio-sync-js.json +0 -39
  270. package/tools/sdk-release-tool/twilio-taskrouter-js.json +0 -17
  271. package/tools/sdk-release-tool/twilio-video-android.json +0 -22
  272. package/tools/sdk-release-tool/twilio-video-cpp-linux-cross-rootfs.json +0 -13
  273. package/tools/sdk-release-tool/twilio-video-cpp.json +0 -33
  274. package/tools/sdk-release-tool/twilio-video-ios.json +0 -25
  275. package/tools/sdk-release-tool/twilio-video-js.json +0 -19
  276. package/tools/sdk-release-tool/twilio-video-jsdocs.json +0 -14
  277. package/tools/sdk-release-tool/twilio-voice-android.json +0 -22
  278. package/tools/sdk-release-tool/twilio-voice-ios.json +0 -29
  279. package/tools/sdk-release-tool/unpin +0 -3
  280. package/tools/sdk-release-tool/unpin-latest +0 -3
  281. package/tools/sdk-release-tool/upload +0 -3
  282. package/twilio-chat.js.iml +0 -9
@@ -1,4431 +0,0 @@
1
- <!DOCTYPE html><html lang="en"><head>
2
- <meta charset="utf-8">
3
- <meta name="viewport" content="width=device-width">
4
- <title>Documentation Classes</title>
5
-
6
- <!--[if lt IE 9]>
7
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
8
- <![endif]-->
9
- <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
10
-
11
- <link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
12
-
13
- </head>
14
-
15
- <body>
16
-
17
- <div class="navbar navbar-default navbar-fixed-top ">
18
- <div class="container">
19
- <div class="navbar-header">
20
- <a class="navbar-brand" href="index.html">Documentation</a>
21
- <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
22
- <span class="icon-bar"></span>
23
- <span class="icon-bar"></span>
24
- <span class="icon-bar"></span>
25
- </button>
26
- </div>
27
- <div class="navbar-collapse collapse" id="topNavigation">
28
- <ul class="nav navbar-nav"><li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Classes<b class="caret"></b></a><ul class="dropdown-menu"><li><a href="Client.html"><span style="color: #999">Twilio.Conversations.</span>Client</a></li><li><a href="Conversation.html">Conversation</a></li><li><a href="Participant.html">Participant</a></li><li><a href="Message.html">Message</a></li><li><a href="Media.html">Media</a></li><li><a href="AggregatedDeliveryReceipt.html">AggregatedDeliveryReceipt</a></li><li><a href="DetailedDeliveryReceipt.html">DetailedDeliveryReceipt</a></li><li><a href="User.html">User</a></li><li><a href="Paginator.html">Paginator</a></li><li><a href="PushNotification.html">PushNotification</a></li></ul></li><li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Exceptions<b class="caret"></b></a><ul class="dropdown-menu"><li><a href="SessionError.html">SessionError</a></li></ul></li></ul>
29
-
30
- <div class="col-sm-3 col-md-3">
31
- <form class="navbar-form" role="search">
32
- <div class="input-group">
33
- <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
34
- <div class="input-group-btn">
35
- <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
36
- </div>
37
- </div>
38
- </form>
39
- </div>
40
-
41
- </div>
42
-
43
- </div>
44
- </div>
45
-
46
-
47
- <div class="container" id="toc-content">
48
- <div class="row">
49
-
50
-
51
- <div class="col-md-8">
52
-
53
- <div id="main">
54
-
55
-
56
- <h1 class="page-title">Classes</h1>
57
- <section>
58
-
59
- <header>
60
-
61
- <h2>
62
-
63
- </h2>
64
-
65
-
66
- </header>
67
-
68
-
69
- <article>
70
- <div class="container-overview">
71
-
72
-
73
-
74
-
75
- <dl class="details">
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
-
97
-
98
-
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
-
107
-
108
-
109
-
110
-
111
- </dl>
112
-
113
-
114
-
115
-
116
- </div>
117
-
118
-
119
-
120
-
121
-
122
-
123
- <h3 class="subsection-title">Classes</h3>
124
-
125
- <dl>
126
- <dt><a href="AggregatedDeliveryReceipt.html">AggregatedDeliveryReceipt</a></dt>
127
- <dd></dd>
128
-
129
- <dt><a href="Client.html">Client</a></dt>
130
- <dd></dd>
131
-
132
- <dt><a href="Conversation.html">Conversation</a></dt>
133
- <dd></dd>
134
-
135
- <dt><a href="DetailedDeliveryReceipt.html">DetailedDeliveryReceipt</a></dt>
136
- <dd></dd>
137
-
138
- <dt><a href="Media.html">Media</a></dt>
139
- <dd></dd>
140
-
141
- <dt><a href="Message.html">Message</a></dt>
142
- <dd></dd>
143
-
144
- <dt><a href="Paginator.html">Paginator</a></dt>
145
- <dd></dd>
146
-
147
- <dt><a href="Participant.html">Participant</a></dt>
148
- <dd></dd>
149
-
150
- <dt><a href="PushNotification.html">PushNotification</a></dt>
151
- <dd></dd>
152
-
153
- <dt><a href="SessionError.html">SessionError</a></dt>
154
- <dd></dd>
155
-
156
- <dt><a href="User.html">User</a></dt>
157
- <dd></dd>
158
- </dl>
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
- <h3 class="subsection-title">Events</h3>
173
-
174
- <dl>
175
-
176
- <hr>
177
- <dt>
178
- <h4 class="name" id="event:connectionError">connectionError</h4>
179
-
180
-
181
- </dt>
182
- <dd>
183
-
184
-
185
- <div class="description">
186
- Fired when connection is interrupted by unexpected reason
187
- </div>
188
-
189
-
190
-
191
-
192
-
193
- <h5>Type:
194
- <span class="param-type">Object</span>
195
-
196
-
197
- </h5>
198
-
199
-
200
-
201
-
202
-
203
-
204
- <dl class="details">
205
-
206
-
207
- <h5 class="subsection-title">Properties:</h5>
208
-
209
- <dl>
210
-
211
- <table class="props table table-striped">
212
- <thead>
213
- <tr>
214
-
215
- <th>Name</th>
216
-
217
-
218
- <th>Type</th>
219
-
220
-
221
- <th>Argument</th>
222
-
223
-
224
-
225
-
226
- <th class="last">Description</th>
227
- </tr>
228
- </thead>
229
-
230
- <tbody>
231
-
232
-
233
- <tr>
234
-
235
- <td class="name"><code>terminal</code></td>
236
-
237
-
238
- <td class="type">
239
-
240
-
241
- <span class="param-type">Boolean</span>
242
-
243
-
244
-
245
-
246
- </td>
247
-
248
-
249
- <td class="attributes">
250
-
251
-
252
-
253
- </td>
254
-
255
-
256
-
257
-
258
- <td class="description last">twilsock will stop connection attempts</td>
259
- </tr>
260
-
261
-
262
-
263
- <tr>
264
-
265
- <td class="name"><code>message</code></td>
266
-
267
-
268
- <td class="type">
269
-
270
-
271
- <span class="param-type">String</span>
272
-
273
-
274
-
275
-
276
- </td>
277
-
278
-
279
- <td class="attributes">
280
-
281
-
282
-
283
- </td>
284
-
285
-
286
-
287
-
288
- <td class="description last">root cause</td>
289
- </tr>
290
-
291
-
292
-
293
- <tr>
294
-
295
- <td class="name"><code>httpStatusCode</code></td>
296
-
297
-
298
- <td class="type">
299
-
300
-
301
- <span class="param-type">Number</span>
302
-
303
-
304
-
305
-
306
- </td>
307
-
308
-
309
- <td class="attributes">
310
-
311
- &lt;optional&gt;<br>
312
-
313
-
314
-
315
- </td>
316
-
317
-
318
-
319
-
320
- <td class="description last">http status code if available</td>
321
- </tr>
322
-
323
-
324
-
325
- <tr>
326
-
327
- <td class="name"><code>errorCode</code></td>
328
-
329
-
330
- <td class="type">
331
-
332
-
333
- <span class="param-type">Number</span>
334
-
335
-
336
-
337
-
338
- </td>
339
-
340
-
341
- <td class="attributes">
342
-
343
- &lt;optional&gt;<br>
344
-
345
-
346
-
347
- </td>
348
-
349
-
350
-
351
-
352
- <td class="description last">Twilio public error code if available</td>
353
- </tr>
354
-
355
-
356
- </tbody>
357
- </table>
358
- </dl>
359
-
360
-
361
-
362
-
363
-
364
-
365
-
366
-
367
-
368
-
369
-
370
-
371
-
372
-
373
-
374
-
375
-
376
-
377
-
378
-
379
-
380
-
381
-
382
-
383
-
384
-
385
-
386
-
387
-
388
-
389
-
390
-
391
-
392
-
393
-
394
-
395
- </dl>
396
-
397
-
398
-
399
-
400
-
401
-
402
-
403
-
404
-
405
-
406
-
407
-
408
-
409
-
410
-
411
- </dd>
412
-
413
-
414
-
415
- <hr>
416
- <dt>
417
- <h4 class="name" id="event:connectionStateChanged">connectionStateChanged</h4>
418
-
419
-
420
- </dt>
421
- <dd>
422
-
423
-
424
- <div class="description">
425
- Fired when Client&apos;s connection state has been changed.
426
- </div>
427
-
428
-
429
-
430
-
431
-
432
- <h5>Type:
433
- <span class="param-type"><a href="Client.html#ConnectionState">Client#ConnectionState</a></span>
434
-
435
-
436
- </h5>
437
-
438
-
439
-
440
-
441
-
442
-
443
- <dl class="details">
444
-
445
-
446
-
447
-
448
-
449
-
450
-
451
-
452
-
453
-
454
-
455
-
456
-
457
-
458
-
459
-
460
-
461
-
462
-
463
-
464
-
465
-
466
-
467
-
468
-
469
-
470
-
471
-
472
-
473
-
474
-
475
-
476
-
477
-
478
-
479
- </dl>
480
-
481
-
482
-
483
-
484
-
485
-
486
-
487
-
488
-
489
-
490
-
491
-
492
-
493
-
494
-
495
- </dd>
496
-
497
-
498
-
499
- <hr>
500
- <dt>
501
- <h4 class="name" id="event:conversationAdded">conversationAdded</h4>
502
-
503
-
504
- </dt>
505
- <dd>
506
-
507
-
508
- <div class="description">
509
- Fired when a Conversation becomes visible to the Client. The event is also triggered when the client creates a new Conversation.
510
- Fired for all conversations Client has joined.
511
- </div>
512
-
513
-
514
-
515
-
516
-
517
- <h5>Type:
518
- <span class="param-type"><a href="Conversation.html">Conversation</a></span>
519
-
520
-
521
- </h5>
522
-
523
-
524
-
525
-
526
-
527
-
528
- <dl class="details">
529
-
530
-
531
-
532
-
533
-
534
-
535
-
536
-
537
-
538
-
539
-
540
-
541
-
542
-
543
-
544
-
545
-
546
-
547
-
548
-
549
-
550
-
551
-
552
-
553
-
554
-
555
-
556
-
557
-
558
-
559
-
560
-
561
-
562
-
563
-
564
- </dl>
565
-
566
-
567
-
568
-
569
-
570
-
571
-
572
-
573
-
574
-
575
-
576
-
577
-
578
-
579
-
580
- </dd>
581
-
582
-
583
-
584
- <hr>
585
- <dt>
586
- <h4 class="name" id="event:conversationJoined">conversationJoined</h4>
587
-
588
-
589
- </dt>
590
- <dd>
591
-
592
-
593
- <div class="description">
594
- Fired when the Client joins a Conversation.
595
- </div>
596
-
597
-
598
-
599
-
600
-
601
- <h5>Type:
602
- <span class="param-type"><a href="Conversation.html">Conversation</a></span>
603
-
604
-
605
- </h5>
606
-
607
-
608
-
609
-
610
-
611
-
612
- <dl class="details">
613
-
614
-
615
-
616
-
617
-
618
-
619
-
620
-
621
-
622
-
623
-
624
-
625
-
626
-
627
-
628
-
629
-
630
-
631
-
632
-
633
-
634
-
635
-
636
-
637
-
638
-
639
-
640
-
641
-
642
-
643
-
644
-
645
-
646
-
647
-
648
- </dl>
649
-
650
-
651
-
652
-
653
-
654
-
655
-
656
-
657
-
658
-
659
-
660
-
661
-
662
-
663
-
664
- </dd>
665
-
666
-
667
-
668
- <hr>
669
- <dt>
670
- <h4 class="name" id="event:conversationLeft">conversationLeft</h4>
671
-
672
-
673
- </dt>
674
- <dd>
675
-
676
-
677
- <div class="description">
678
- Fired when the Client leaves a Conversation.
679
- </div>
680
-
681
-
682
-
683
-
684
-
685
- <h5>Type:
686
- <span class="param-type"><a href="Conversation.html">Conversation</a></span>
687
-
688
-
689
- </h5>
690
-
691
-
692
-
693
-
694
-
695
-
696
- <dl class="details">
697
-
698
-
699
-
700
-
701
-
702
-
703
-
704
-
705
-
706
-
707
-
708
-
709
-
710
-
711
-
712
-
713
-
714
-
715
-
716
-
717
-
718
-
719
-
720
-
721
-
722
-
723
-
724
-
725
-
726
-
727
-
728
-
729
-
730
-
731
-
732
- </dl>
733
-
734
-
735
-
736
-
737
-
738
-
739
-
740
-
741
-
742
-
743
-
744
-
745
-
746
-
747
-
748
- </dd>
749
-
750
-
751
-
752
- <hr>
753
- <dt>
754
- <h4 class="name" id="event:conversationRemoved">conversationRemoved</h4>
755
-
756
-
757
- </dt>
758
- <dd>
759
-
760
-
761
- <div class="description">
762
- Fired when a Conversation is no longer visible to the Client.
763
- </div>
764
-
765
-
766
-
767
-
768
-
769
- <h5>Type:
770
- <span class="param-type"><a href="Conversation.html">Conversation</a></span>
771
-
772
-
773
- </h5>
774
-
775
-
776
-
777
-
778
-
779
-
780
- <dl class="details">
781
-
782
-
783
-
784
-
785
-
786
-
787
-
788
-
789
-
790
-
791
-
792
-
793
-
794
-
795
-
796
-
797
-
798
-
799
-
800
-
801
-
802
-
803
-
804
-
805
-
806
-
807
-
808
-
809
-
810
-
811
-
812
-
813
-
814
-
815
-
816
- </dl>
817
-
818
-
819
-
820
-
821
-
822
-
823
-
824
-
825
-
826
-
827
-
828
-
829
-
830
-
831
-
832
- </dd>
833
-
834
-
835
-
836
- <hr>
837
- <dt>
838
- <h4 class="name" id="event:conversationUpdated">conversationUpdated</h4>
839
-
840
-
841
- </dt>
842
- <dd>
843
-
844
-
845
- <div class="description">
846
- Fired when a Conversation&apos;s attributes or metadata have been updated.
847
- During Conversation&apos;s <a href="Client.html#.create"> creation and initialization</a> this event might be fired multiple times
848
- for same joined or created Conversation as new data is arriving from different sources.
849
- </div>
850
-
851
-
852
-
853
-
854
-
855
- <h5>Type:
856
- <span class="param-type">Object</span>
857
-
858
-
859
- </h5>
860
-
861
-
862
-
863
-
864
-
865
-
866
- <dl class="details">
867
-
868
-
869
- <h5 class="subsection-title">Properties:</h5>
870
-
871
- <dl>
872
-
873
- <table class="props table table-striped">
874
- <thead>
875
- <tr>
876
-
877
- <th>Name</th>
878
-
879
-
880
- <th>Type</th>
881
-
882
-
883
-
884
-
885
-
886
- <th class="last">Description</th>
887
- </tr>
888
- </thead>
889
-
890
- <tbody>
891
-
892
-
893
- <tr>
894
-
895
- <td class="name"><code>conversation</code></td>
896
-
897
-
898
- <td class="type">
899
-
900
-
901
- <span class="param-type"><a href="Conversation.html">Conversation</a></span>
902
-
903
-
904
-
905
-
906
- </td>
907
-
908
-
909
-
910
-
911
-
912
- <td class="description last">Updated Conversation</td>
913
- </tr>
914
-
915
-
916
-
917
- <tr>
918
-
919
- <td class="name"><code>updateReasons</code></td>
920
-
921
-
922
- <td class="type">
923
-
924
-
925
- <span class="param-type">Array.&lt;<a href="Conversation.html#UpdateReason">Conversation#UpdateReason</a>&gt;</span>
926
-
927
-
928
-
929
-
930
- </td>
931
-
932
-
933
-
934
-
935
-
936
- <td class="description last">Array of Conversation&apos;s updated event reasons</td>
937
- </tr>
938
-
939
-
940
- </tbody>
941
- </table>
942
- </dl>
943
-
944
-
945
-
946
-
947
-
948
-
949
-
950
-
951
-
952
-
953
-
954
-
955
-
956
-
957
-
958
-
959
-
960
-
961
-
962
-
963
-
964
-
965
-
966
-
967
-
968
-
969
-
970
-
971
-
972
-
973
-
974
-
975
-
976
-
977
-
978
-
979
- </dl>
980
-
981
-
982
-
983
-
984
-
985
-
986
-
987
-
988
-
989
-
990
-
991
-
992
-
993
-
994
-
995
- </dd>
996
-
997
-
998
-
999
- <hr>
1000
- <dt>
1001
- <h4 class="name" id="event:messageAdded">messageAdded</h4>
1002
-
1003
-
1004
- </dt>
1005
- <dd>
1006
-
1007
-
1008
- <div class="description">
1009
- Fired when a new Message has been added to the Conversation on the server.
1010
- </div>
1011
-
1012
-
1013
-
1014
-
1015
-
1016
- <h5>Type:
1017
- <span class="param-type"><a href="Message.html">Message</a></span>
1018
-
1019
-
1020
- </h5>
1021
-
1022
-
1023
-
1024
-
1025
-
1026
-
1027
- <dl class="details">
1028
-
1029
-
1030
-
1031
-
1032
-
1033
-
1034
-
1035
-
1036
-
1037
-
1038
-
1039
-
1040
-
1041
-
1042
-
1043
-
1044
-
1045
-
1046
-
1047
-
1048
-
1049
-
1050
-
1051
-
1052
-
1053
-
1054
-
1055
-
1056
-
1057
-
1058
-
1059
-
1060
-
1061
-
1062
-
1063
- </dl>
1064
-
1065
-
1066
-
1067
-
1068
-
1069
-
1070
-
1071
-
1072
-
1073
-
1074
-
1075
-
1076
-
1077
-
1078
-
1079
- </dd>
1080
-
1081
-
1082
-
1083
- <hr>
1084
- <dt>
1085
- <h4 class="name" id="event:messageRemoved">messageRemoved</h4>
1086
-
1087
-
1088
- </dt>
1089
- <dd>
1090
-
1091
-
1092
- <div class="description">
1093
- Fired when Message is removed from Conversation&apos;s message list.
1094
- </div>
1095
-
1096
-
1097
-
1098
-
1099
-
1100
- <h5>Type:
1101
- <span class="param-type"><a href="Message.html">Message</a></span>
1102
-
1103
-
1104
- </h5>
1105
-
1106
-
1107
-
1108
-
1109
-
1110
-
1111
- <dl class="details">
1112
-
1113
-
1114
-
1115
-
1116
-
1117
-
1118
-
1119
-
1120
-
1121
-
1122
-
1123
-
1124
-
1125
-
1126
-
1127
-
1128
-
1129
-
1130
-
1131
-
1132
-
1133
-
1134
-
1135
-
1136
-
1137
-
1138
-
1139
-
1140
-
1141
-
1142
-
1143
-
1144
-
1145
-
1146
-
1147
- </dl>
1148
-
1149
-
1150
-
1151
-
1152
-
1153
-
1154
-
1155
-
1156
-
1157
-
1158
-
1159
-
1160
-
1161
-
1162
-
1163
- </dd>
1164
-
1165
-
1166
-
1167
- <hr>
1168
- <dt>
1169
- <h4 class="name" id="event:messageUpdated">messageUpdated</h4>
1170
-
1171
-
1172
- </dt>
1173
- <dd>
1174
-
1175
-
1176
- <div class="description">
1177
- Fired when an existing Message&apos;s fields are updated with new values.
1178
- </div>
1179
-
1180
-
1181
-
1182
-
1183
-
1184
- <h5>Type:
1185
- <span class="param-type">Object</span>
1186
-
1187
-
1188
- </h5>
1189
-
1190
-
1191
-
1192
-
1193
-
1194
-
1195
- <dl class="details">
1196
-
1197
-
1198
- <h5 class="subsection-title">Properties:</h5>
1199
-
1200
- <dl>
1201
-
1202
- <table class="props table table-striped">
1203
- <thead>
1204
- <tr>
1205
-
1206
- <th>Name</th>
1207
-
1208
-
1209
- <th>Type</th>
1210
-
1211
-
1212
-
1213
-
1214
-
1215
- <th class="last">Description</th>
1216
- </tr>
1217
- </thead>
1218
-
1219
- <tbody>
1220
-
1221
-
1222
- <tr>
1223
-
1224
- <td class="name"><code>message</code></td>
1225
-
1226
-
1227
- <td class="type">
1228
-
1229
-
1230
- <span class="param-type"><a href="Message.html">Message</a></span>
1231
-
1232
-
1233
-
1234
-
1235
- </td>
1236
-
1237
-
1238
-
1239
-
1240
-
1241
- <td class="description last">Updated Message</td>
1242
- </tr>
1243
-
1244
-
1245
-
1246
- <tr>
1247
-
1248
- <td class="name"><code>updateReasons</code></td>
1249
-
1250
-
1251
- <td class="type">
1252
-
1253
-
1254
- <span class="param-type">Array.&lt;<a href="Message.html#UpdateReason">Message#UpdateReason</a>&gt;</span>
1255
-
1256
-
1257
-
1258
-
1259
- </td>
1260
-
1261
-
1262
-
1263
-
1264
-
1265
- <td class="description last">Array of Message&apos;s updated event reasons</td>
1266
- </tr>
1267
-
1268
-
1269
- </tbody>
1270
- </table>
1271
- </dl>
1272
-
1273
-
1274
-
1275
-
1276
-
1277
-
1278
-
1279
-
1280
-
1281
-
1282
-
1283
-
1284
-
1285
-
1286
-
1287
-
1288
-
1289
-
1290
-
1291
-
1292
-
1293
-
1294
-
1295
-
1296
-
1297
-
1298
-
1299
-
1300
-
1301
-
1302
-
1303
-
1304
-
1305
-
1306
-
1307
-
1308
- </dl>
1309
-
1310
-
1311
-
1312
-
1313
-
1314
-
1315
-
1316
-
1317
-
1318
-
1319
-
1320
-
1321
-
1322
-
1323
-
1324
- </dd>
1325
-
1326
-
1327
-
1328
- <hr>
1329
- <dt>
1330
- <h4 class="name" id="event:participantJoined">participantJoined</h4>
1331
-
1332
-
1333
- </dt>
1334
- <dd>
1335
-
1336
-
1337
- <div class="description">
1338
- Fired when a Participant has joined the Conversation.
1339
- </div>
1340
-
1341
-
1342
-
1343
-
1344
-
1345
- <h5>Type:
1346
- <span class="param-type"><a href="Participant.html">Participant</a></span>
1347
-
1348
-
1349
- </h5>
1350
-
1351
-
1352
-
1353
-
1354
-
1355
-
1356
- <dl class="details">
1357
-
1358
-
1359
-
1360
-
1361
-
1362
-
1363
-
1364
-
1365
-
1366
-
1367
-
1368
-
1369
-
1370
-
1371
-
1372
-
1373
-
1374
-
1375
-
1376
-
1377
-
1378
-
1379
-
1380
-
1381
-
1382
-
1383
-
1384
-
1385
-
1386
-
1387
-
1388
-
1389
-
1390
-
1391
-
1392
- </dl>
1393
-
1394
-
1395
-
1396
-
1397
-
1398
-
1399
-
1400
-
1401
-
1402
-
1403
-
1404
-
1405
-
1406
-
1407
-
1408
- </dd>
1409
-
1410
-
1411
-
1412
- <hr>
1413
- <dt>
1414
- <h4 class="name" id="event:participantLeft">participantLeft</h4>
1415
-
1416
-
1417
- </dt>
1418
- <dd>
1419
-
1420
-
1421
- <div class="description">
1422
- Fired when a Participant has left the Conversation.
1423
- </div>
1424
-
1425
-
1426
-
1427
-
1428
-
1429
- <h5>Type:
1430
- <span class="param-type"><a href="Participant.html">Participant</a></span>
1431
-
1432
-
1433
- </h5>
1434
-
1435
-
1436
-
1437
-
1438
-
1439
-
1440
- <dl class="details">
1441
-
1442
-
1443
-
1444
-
1445
-
1446
-
1447
-
1448
-
1449
-
1450
-
1451
-
1452
-
1453
-
1454
-
1455
-
1456
-
1457
-
1458
-
1459
-
1460
-
1461
-
1462
-
1463
-
1464
-
1465
-
1466
-
1467
-
1468
-
1469
-
1470
-
1471
-
1472
-
1473
-
1474
-
1475
-
1476
- </dl>
1477
-
1478
-
1479
-
1480
-
1481
-
1482
-
1483
-
1484
-
1485
-
1486
-
1487
-
1488
-
1489
-
1490
-
1491
-
1492
- </dd>
1493
-
1494
-
1495
-
1496
- <hr>
1497
- <dt>
1498
- <h4 class="name" id="event:participantUpdated">participantUpdated</h4>
1499
-
1500
-
1501
- </dt>
1502
- <dd>
1503
-
1504
-
1505
- <div class="description">
1506
- Fired when a Participant&apos;s fields has been updated.
1507
- </div>
1508
-
1509
-
1510
-
1511
-
1512
-
1513
- <h5>Type:
1514
- <span class="param-type">Object</span>
1515
-
1516
-
1517
- </h5>
1518
-
1519
-
1520
-
1521
-
1522
-
1523
-
1524
- <dl class="details">
1525
-
1526
-
1527
- <h5 class="subsection-title">Properties:</h5>
1528
-
1529
- <dl>
1530
-
1531
- <table class="props table table-striped">
1532
- <thead>
1533
- <tr>
1534
-
1535
- <th>Name</th>
1536
-
1537
-
1538
- <th>Type</th>
1539
-
1540
-
1541
-
1542
-
1543
-
1544
- <th class="last">Description</th>
1545
- </tr>
1546
- </thead>
1547
-
1548
- <tbody>
1549
-
1550
-
1551
- <tr>
1552
-
1553
- <td class="name"><code>participant</code></td>
1554
-
1555
-
1556
- <td class="type">
1557
-
1558
-
1559
- <span class="param-type"><a href="Participant.html">Participant</a></span>
1560
-
1561
-
1562
-
1563
-
1564
- </td>
1565
-
1566
-
1567
-
1568
-
1569
-
1570
- <td class="description last">Updated Participant</td>
1571
- </tr>
1572
-
1573
-
1574
-
1575
- <tr>
1576
-
1577
- <td class="name"><code>updateReasons</code></td>
1578
-
1579
-
1580
- <td class="type">
1581
-
1582
-
1583
- <span class="param-type">Array.&lt;<a href="Participant.html#UpdateReason">Participant#UpdateReason</a>&gt;</span>
1584
-
1585
-
1586
-
1587
-
1588
- </td>
1589
-
1590
-
1591
-
1592
-
1593
-
1594
- <td class="description last">Array of Participant&apos;s updated event reasons</td>
1595
- </tr>
1596
-
1597
-
1598
- </tbody>
1599
- </table>
1600
- </dl>
1601
-
1602
-
1603
-
1604
-
1605
-
1606
-
1607
-
1608
-
1609
-
1610
-
1611
-
1612
-
1613
-
1614
-
1615
-
1616
-
1617
-
1618
-
1619
-
1620
-
1621
-
1622
-
1623
-
1624
-
1625
-
1626
-
1627
-
1628
-
1629
-
1630
-
1631
-
1632
-
1633
-
1634
-
1635
-
1636
-
1637
- </dl>
1638
-
1639
-
1640
-
1641
-
1642
-
1643
-
1644
-
1645
-
1646
-
1647
-
1648
-
1649
-
1650
-
1651
-
1652
-
1653
- </dd>
1654
-
1655
-
1656
-
1657
- <hr>
1658
- <dt>
1659
- <h4 class="name" id="event:pushNotification">pushNotification</h4>
1660
-
1661
-
1662
- </dt>
1663
- <dd>
1664
-
1665
-
1666
- <div class="description">
1667
- Fired when client received (and parsed) push notification via one of push channels (apn or fcm).
1668
- </div>
1669
-
1670
-
1671
-
1672
-
1673
-
1674
- <h5>Type:
1675
- <span class="param-type"><a href="PushNotification.html">PushNotification</a></span>
1676
-
1677
-
1678
- </h5>
1679
-
1680
-
1681
-
1682
-
1683
-
1684
-
1685
- <dl class="details">
1686
-
1687
-
1688
-
1689
-
1690
-
1691
-
1692
-
1693
-
1694
-
1695
-
1696
-
1697
-
1698
-
1699
-
1700
-
1701
-
1702
-
1703
-
1704
-
1705
-
1706
-
1707
-
1708
-
1709
-
1710
-
1711
-
1712
-
1713
-
1714
-
1715
-
1716
-
1717
-
1718
-
1719
-
1720
-
1721
- </dl>
1722
-
1723
-
1724
-
1725
-
1726
-
1727
-
1728
-
1729
-
1730
-
1731
-
1732
-
1733
-
1734
-
1735
-
1736
-
1737
- </dd>
1738
-
1739
-
1740
-
1741
- <hr>
1742
- <dt>
1743
- <h4 class="name" id="event:tokenAboutToExpire">tokenAboutToExpire</h4>
1744
-
1745
-
1746
- </dt>
1747
- <dd>
1748
-
1749
-
1750
- <div class="description">
1751
- Fired when token is about to expire and needs to be updated.
1752
- </div>
1753
-
1754
-
1755
-
1756
-
1757
-
1758
- <h5>Type:
1759
- <span class="param-type">void</span>
1760
-
1761
-
1762
- </h5>
1763
-
1764
-
1765
-
1766
-
1767
-
1768
-
1769
- <dl class="details">
1770
-
1771
-
1772
-
1773
-
1774
-
1775
-
1776
-
1777
-
1778
-
1779
-
1780
-
1781
-
1782
-
1783
-
1784
-
1785
-
1786
-
1787
-
1788
-
1789
-
1790
-
1791
-
1792
-
1793
-
1794
-
1795
-
1796
-
1797
-
1798
-
1799
-
1800
-
1801
-
1802
-
1803
-
1804
-
1805
- </dl>
1806
-
1807
-
1808
-
1809
-
1810
-
1811
-
1812
-
1813
-
1814
-
1815
-
1816
-
1817
-
1818
-
1819
-
1820
-
1821
- </dd>
1822
-
1823
-
1824
-
1825
- <hr>
1826
- <dt>
1827
- <h4 class="name" id="event:tokenExpired">tokenExpired</h4>
1828
-
1829
-
1830
- </dt>
1831
- <dd>
1832
-
1833
-
1834
- <div class="description">
1835
- Fired when token is expired.
1836
- </div>
1837
-
1838
-
1839
-
1840
-
1841
-
1842
- <h5>Type:
1843
- <span class="param-type">void</span>
1844
-
1845
-
1846
- </h5>
1847
-
1848
-
1849
-
1850
-
1851
-
1852
-
1853
- <dl class="details">
1854
-
1855
-
1856
-
1857
-
1858
-
1859
-
1860
-
1861
-
1862
-
1863
-
1864
-
1865
-
1866
-
1867
-
1868
-
1869
-
1870
-
1871
-
1872
-
1873
-
1874
-
1875
-
1876
-
1877
-
1878
-
1879
-
1880
-
1881
-
1882
-
1883
-
1884
-
1885
-
1886
-
1887
-
1888
-
1889
- </dl>
1890
-
1891
-
1892
-
1893
-
1894
-
1895
-
1896
-
1897
-
1898
-
1899
-
1900
-
1901
-
1902
-
1903
-
1904
-
1905
- </dd>
1906
-
1907
-
1908
-
1909
- <hr>
1910
- <dt>
1911
- <h4 class="name" id="event:typingEnded">typingEnded</h4>
1912
-
1913
-
1914
- </dt>
1915
- <dd>
1916
-
1917
-
1918
- <div class="description">
1919
- Fired when a Participant has stopped typing.
1920
- </div>
1921
-
1922
-
1923
-
1924
-
1925
-
1926
- <h5>Type:
1927
- <span class="param-type"><a href="Participant.html">Participant</a></span>
1928
-
1929
-
1930
- </h5>
1931
-
1932
-
1933
-
1934
-
1935
-
1936
-
1937
- <dl class="details">
1938
-
1939
-
1940
-
1941
-
1942
-
1943
-
1944
-
1945
-
1946
-
1947
-
1948
-
1949
-
1950
-
1951
-
1952
-
1953
-
1954
-
1955
-
1956
-
1957
-
1958
-
1959
-
1960
-
1961
-
1962
-
1963
-
1964
-
1965
-
1966
-
1967
-
1968
-
1969
-
1970
-
1971
-
1972
-
1973
- </dl>
1974
-
1975
-
1976
-
1977
-
1978
-
1979
-
1980
-
1981
-
1982
-
1983
-
1984
-
1985
-
1986
-
1987
-
1988
-
1989
- </dd>
1990
-
1991
-
1992
-
1993
- <hr>
1994
- <dt>
1995
- <h4 class="name" id="event:typingStarted">typingStarted</h4>
1996
-
1997
-
1998
- </dt>
1999
- <dd>
2000
-
2001
-
2002
- <div class="description">
2003
- Fired when a Participant has started typing.
2004
- </div>
2005
-
2006
-
2007
-
2008
-
2009
-
2010
- <h5>Type:
2011
- <span class="param-type"><a href="Participant.html">Participant</a></span>
2012
-
2013
-
2014
- </h5>
2015
-
2016
-
2017
-
2018
-
2019
-
2020
-
2021
- <dl class="details">
2022
-
2023
-
2024
-
2025
-
2026
-
2027
-
2028
-
2029
-
2030
-
2031
-
2032
-
2033
-
2034
-
2035
-
2036
-
2037
-
2038
-
2039
-
2040
-
2041
-
2042
-
2043
-
2044
-
2045
-
2046
-
2047
-
2048
-
2049
-
2050
-
2051
-
2052
-
2053
-
2054
-
2055
-
2056
-
2057
- </dl>
2058
-
2059
-
2060
-
2061
-
2062
-
2063
-
2064
-
2065
-
2066
-
2067
-
2068
-
2069
-
2070
-
2071
-
2072
-
2073
- </dd>
2074
-
2075
-
2076
-
2077
- <hr>
2078
- <dt>
2079
- <h4 class="name" id="event:userSubscribed">userSubscribed</h4>
2080
-
2081
-
2082
- </dt>
2083
- <dd>
2084
-
2085
-
2086
- <div class="description">
2087
- Fired when the Client is subscribed to a User.
2088
- </div>
2089
-
2090
-
2091
-
2092
-
2093
-
2094
- <h5>Type:
2095
- <span class="param-type"><a href="User.html">User</a></span>
2096
-
2097
-
2098
- </h5>
2099
-
2100
-
2101
-
2102
-
2103
-
2104
-
2105
- <dl class="details">
2106
-
2107
-
2108
-
2109
-
2110
-
2111
-
2112
-
2113
-
2114
-
2115
-
2116
-
2117
-
2118
-
2119
-
2120
-
2121
-
2122
-
2123
-
2124
-
2125
-
2126
-
2127
-
2128
-
2129
-
2130
-
2131
-
2132
-
2133
-
2134
-
2135
-
2136
-
2137
-
2138
-
2139
-
2140
-
2141
- </dl>
2142
-
2143
-
2144
-
2145
-
2146
-
2147
-
2148
-
2149
-
2150
-
2151
-
2152
-
2153
-
2154
-
2155
-
2156
-
2157
- </dd>
2158
-
2159
-
2160
-
2161
- <hr>
2162
- <dt>
2163
- <h4 class="name" id="event:userUnsubscribed">userUnsubscribed</h4>
2164
-
2165
-
2166
- </dt>
2167
- <dd>
2168
-
2169
-
2170
- <div class="description">
2171
- Fired when the Client is unsubscribed from a User.
2172
- </div>
2173
-
2174
-
2175
-
2176
-
2177
-
2178
- <h5>Type:
2179
- <span class="param-type"><a href="User.html">User</a></span>
2180
-
2181
-
2182
- </h5>
2183
-
2184
-
2185
-
2186
-
2187
-
2188
-
2189
- <dl class="details">
2190
-
2191
-
2192
-
2193
-
2194
-
2195
-
2196
-
2197
-
2198
-
2199
-
2200
-
2201
-
2202
-
2203
-
2204
-
2205
-
2206
-
2207
-
2208
-
2209
-
2210
-
2211
-
2212
-
2213
-
2214
-
2215
-
2216
-
2217
-
2218
-
2219
-
2220
-
2221
-
2222
-
2223
-
2224
-
2225
- </dl>
2226
-
2227
-
2228
-
2229
-
2230
-
2231
-
2232
-
2233
-
2234
-
2235
-
2236
-
2237
-
2238
-
2239
-
2240
-
2241
- </dd>
2242
-
2243
-
2244
-
2245
- <hr>
2246
- <dt>
2247
- <h4 class="name" id="event:userUpdated">userUpdated</h4>
2248
-
2249
-
2250
- </dt>
2251
- <dd>
2252
-
2253
-
2254
- <div class="description">
2255
- Fired when the User&apos;s properties or reachability status have been updated.
2256
- </div>
2257
-
2258
-
2259
-
2260
-
2261
-
2262
- <h5>Type:
2263
- <span class="param-type">Object</span>
2264
-
2265
-
2266
- </h5>
2267
-
2268
-
2269
-
2270
-
2271
-
2272
-
2273
- <dl class="details">
2274
-
2275
-
2276
- <h5 class="subsection-title">Properties:</h5>
2277
-
2278
- <dl>
2279
-
2280
- <table class="props table table-striped">
2281
- <thead>
2282
- <tr>
2283
-
2284
- <th>Name</th>
2285
-
2286
-
2287
- <th>Type</th>
2288
-
2289
-
2290
-
2291
-
2292
-
2293
- <th class="last">Description</th>
2294
- </tr>
2295
- </thead>
2296
-
2297
- <tbody>
2298
-
2299
-
2300
- <tr>
2301
-
2302
- <td class="name"><code>user</code></td>
2303
-
2304
-
2305
- <td class="type">
2306
-
2307
-
2308
- <span class="param-type"><a href="User.html">User</a></span>
2309
-
2310
-
2311
-
2312
-
2313
- </td>
2314
-
2315
-
2316
-
2317
-
2318
-
2319
- <td class="description last">Updated User</td>
2320
- </tr>
2321
-
2322
-
2323
-
2324
- <tr>
2325
-
2326
- <td class="name"><code>updateReasons</code></td>
2327
-
2328
-
2329
- <td class="type">
2330
-
2331
-
2332
- <span class="param-type">Array.&lt;<a href="User.html#UpdateReason">User#UpdateReason</a>&gt;</span>
2333
-
2334
-
2335
-
2336
-
2337
- </td>
2338
-
2339
-
2340
-
2341
-
2342
-
2343
- <td class="description last">Array of User&apos;s updated event reasons</td>
2344
- </tr>
2345
-
2346
-
2347
- </tbody>
2348
- </table>
2349
- </dl>
2350
-
2351
-
2352
-
2353
-
2354
-
2355
-
2356
-
2357
-
2358
-
2359
-
2360
-
2361
-
2362
-
2363
-
2364
-
2365
-
2366
-
2367
-
2368
-
2369
-
2370
-
2371
-
2372
-
2373
-
2374
-
2375
-
2376
-
2377
-
2378
-
2379
-
2380
-
2381
-
2382
-
2383
-
2384
-
2385
-
2386
- </dl>
2387
-
2388
-
2389
-
2390
-
2391
-
2392
-
2393
-
2394
-
2395
-
2396
-
2397
-
2398
-
2399
-
2400
-
2401
-
2402
- </dd>
2403
-
2404
-
2405
-
2406
- <hr>
2407
- <dt>
2408
- <h4 class="name" id="event:messageAdded">messageAdded</h4>
2409
-
2410
-
2411
- </dt>
2412
- <dd>
2413
-
2414
-
2415
- <div class="description">
2416
- Fired when a new Message has been added to the Conversation.
2417
- </div>
2418
-
2419
-
2420
-
2421
-
2422
-
2423
- <h5>Type:
2424
- <span class="param-type"><a href="Message.html">Message</a></span>
2425
-
2426
-
2427
- </h5>
2428
-
2429
-
2430
-
2431
-
2432
-
2433
-
2434
- <dl class="details">
2435
-
2436
-
2437
-
2438
-
2439
-
2440
-
2441
-
2442
-
2443
-
2444
-
2445
-
2446
-
2447
-
2448
-
2449
-
2450
-
2451
-
2452
-
2453
-
2454
-
2455
-
2456
-
2457
-
2458
-
2459
-
2460
-
2461
-
2462
-
2463
-
2464
-
2465
-
2466
-
2467
-
2468
-
2469
-
2470
- </dl>
2471
-
2472
-
2473
-
2474
-
2475
-
2476
-
2477
-
2478
-
2479
-
2480
-
2481
-
2482
-
2483
-
2484
-
2485
-
2486
- </dd>
2487
-
2488
-
2489
-
2490
- <hr>
2491
- <dt>
2492
- <h4 class="name" id="event:messageRemoved">messageRemoved</h4>
2493
-
2494
-
2495
- </dt>
2496
- <dd>
2497
-
2498
-
2499
- <div class="description">
2500
- Fired when Message is removed from Conversation&apos;s message list.
2501
- </div>
2502
-
2503
-
2504
-
2505
-
2506
-
2507
- <h5>Type:
2508
- <span class="param-type"><a href="Message.html">Message</a></span>
2509
-
2510
-
2511
- </h5>
2512
-
2513
-
2514
-
2515
-
2516
-
2517
-
2518
- <dl class="details">
2519
-
2520
-
2521
-
2522
-
2523
-
2524
-
2525
-
2526
-
2527
-
2528
-
2529
-
2530
-
2531
-
2532
-
2533
-
2534
-
2535
-
2536
-
2537
-
2538
-
2539
-
2540
-
2541
-
2542
-
2543
-
2544
-
2545
-
2546
-
2547
-
2548
-
2549
-
2550
-
2551
-
2552
-
2553
-
2554
- </dl>
2555
-
2556
-
2557
-
2558
-
2559
-
2560
-
2561
-
2562
-
2563
-
2564
-
2565
-
2566
-
2567
-
2568
-
2569
-
2570
- </dd>
2571
-
2572
-
2573
-
2574
- <hr>
2575
- <dt>
2576
- <h4 class="name" id="event:messageUpdated">messageUpdated</h4>
2577
-
2578
-
2579
- </dt>
2580
- <dd>
2581
-
2582
-
2583
- <div class="description">
2584
- Fired when an existing Message&apos;s fields are updated with new values.
2585
- </div>
2586
-
2587
-
2588
-
2589
-
2590
-
2591
- <h5>Type:
2592
- <span class="param-type">Object</span>
2593
-
2594
-
2595
- </h5>
2596
-
2597
-
2598
-
2599
-
2600
-
2601
-
2602
- <dl class="details">
2603
-
2604
-
2605
- <h5 class="subsection-title">Properties:</h5>
2606
-
2607
- <dl>
2608
-
2609
- <table class="props table table-striped">
2610
- <thead>
2611
- <tr>
2612
-
2613
- <th>Name</th>
2614
-
2615
-
2616
- <th>Type</th>
2617
-
2618
-
2619
-
2620
-
2621
-
2622
- <th class="last">Description</th>
2623
- </tr>
2624
- </thead>
2625
-
2626
- <tbody>
2627
-
2628
-
2629
- <tr>
2630
-
2631
- <td class="name"><code>message</code></td>
2632
-
2633
-
2634
- <td class="type">
2635
-
2636
-
2637
- <span class="param-type"><a href="Message.html">Message</a></span>
2638
-
2639
-
2640
-
2641
-
2642
- </td>
2643
-
2644
-
2645
-
2646
-
2647
-
2648
- <td class="description last">Updated Message</td>
2649
- </tr>
2650
-
2651
-
2652
-
2653
- <tr>
2654
-
2655
- <td class="name"><code>updateReasons</code></td>
2656
-
2657
-
2658
- <td class="type">
2659
-
2660
-
2661
- <span class="param-type">Array.&lt;<a href="Message.html#UpdateReason">Message#UpdateReason</a>&gt;</span>
2662
-
2663
-
2664
-
2665
-
2666
- </td>
2667
-
2668
-
2669
-
2670
-
2671
-
2672
- <td class="description last">Array of Message&apos;s updated event reasons</td>
2673
- </tr>
2674
-
2675
-
2676
- </tbody>
2677
- </table>
2678
- </dl>
2679
-
2680
-
2681
-
2682
-
2683
-
2684
-
2685
-
2686
-
2687
-
2688
-
2689
-
2690
-
2691
-
2692
-
2693
-
2694
-
2695
-
2696
-
2697
-
2698
-
2699
-
2700
-
2701
-
2702
-
2703
-
2704
-
2705
-
2706
-
2707
-
2708
-
2709
-
2710
-
2711
-
2712
-
2713
-
2714
-
2715
- </dl>
2716
-
2717
-
2718
-
2719
-
2720
-
2721
-
2722
-
2723
-
2724
-
2725
-
2726
-
2727
-
2728
-
2729
-
2730
-
2731
- </dd>
2732
-
2733
-
2734
-
2735
- <hr>
2736
- <dt>
2737
- <h4 class="name" id="event:participantJoined">participantJoined</h4>
2738
-
2739
-
2740
- </dt>
2741
- <dd>
2742
-
2743
-
2744
- <div class="description">
2745
- Fired when a Participant has joined the Conversation.
2746
- </div>
2747
-
2748
-
2749
-
2750
-
2751
-
2752
- <h5>Type:
2753
- <span class="param-type"><a href="Participant.html">Participant</a></span>
2754
-
2755
-
2756
- </h5>
2757
-
2758
-
2759
-
2760
-
2761
-
2762
-
2763
- <dl class="details">
2764
-
2765
-
2766
-
2767
-
2768
-
2769
-
2770
-
2771
-
2772
-
2773
-
2774
-
2775
-
2776
-
2777
-
2778
-
2779
-
2780
-
2781
-
2782
-
2783
-
2784
-
2785
-
2786
-
2787
-
2788
-
2789
-
2790
-
2791
-
2792
-
2793
-
2794
-
2795
-
2796
-
2797
-
2798
-
2799
- </dl>
2800
-
2801
-
2802
-
2803
-
2804
-
2805
-
2806
-
2807
-
2808
-
2809
-
2810
-
2811
-
2812
-
2813
-
2814
-
2815
- </dd>
2816
-
2817
-
2818
-
2819
- <hr>
2820
- <dt>
2821
- <h4 class="name" id="event:participantLeft">participantLeft</h4>
2822
-
2823
-
2824
- </dt>
2825
- <dd>
2826
-
2827
-
2828
- <div class="description">
2829
- Fired when a Participant has left the Conversation.
2830
- </div>
2831
-
2832
-
2833
-
2834
-
2835
-
2836
- <h5>Type:
2837
- <span class="param-type"><a href="Participant.html">Participant</a></span>
2838
-
2839
-
2840
- </h5>
2841
-
2842
-
2843
-
2844
-
2845
-
2846
-
2847
- <dl class="details">
2848
-
2849
-
2850
-
2851
-
2852
-
2853
-
2854
-
2855
-
2856
-
2857
-
2858
-
2859
-
2860
-
2861
-
2862
-
2863
-
2864
-
2865
-
2866
-
2867
-
2868
-
2869
-
2870
-
2871
-
2872
-
2873
-
2874
-
2875
-
2876
-
2877
-
2878
-
2879
-
2880
-
2881
-
2882
-
2883
- </dl>
2884
-
2885
-
2886
-
2887
-
2888
-
2889
-
2890
-
2891
-
2892
-
2893
-
2894
-
2895
-
2896
-
2897
-
2898
-
2899
- </dd>
2900
-
2901
-
2902
-
2903
- <hr>
2904
- <dt>
2905
- <h4 class="name" id="event:participantUpdated">participantUpdated</h4>
2906
-
2907
-
2908
- </dt>
2909
- <dd>
2910
-
2911
-
2912
- <div class="description">
2913
- Fired when a Participant&apos;s fields has been updated.
2914
- </div>
2915
-
2916
-
2917
-
2918
-
2919
-
2920
- <h5>Type:
2921
- <span class="param-type">Object</span>
2922
-
2923
-
2924
- </h5>
2925
-
2926
-
2927
-
2928
-
2929
-
2930
-
2931
- <dl class="details">
2932
-
2933
-
2934
- <h5 class="subsection-title">Properties:</h5>
2935
-
2936
- <dl>
2937
-
2938
- <table class="props table table-striped">
2939
- <thead>
2940
- <tr>
2941
-
2942
- <th>Name</th>
2943
-
2944
-
2945
- <th>Type</th>
2946
-
2947
-
2948
-
2949
-
2950
-
2951
- <th class="last">Description</th>
2952
- </tr>
2953
- </thead>
2954
-
2955
- <tbody>
2956
-
2957
-
2958
- <tr>
2959
-
2960
- <td class="name"><code>participant</code></td>
2961
-
2962
-
2963
- <td class="type">
2964
-
2965
-
2966
- <span class="param-type"><a href="Participant.html">Participant</a></span>
2967
-
2968
-
2969
-
2970
-
2971
- </td>
2972
-
2973
-
2974
-
2975
-
2976
-
2977
- <td class="description last">Updated Participant</td>
2978
- </tr>
2979
-
2980
-
2981
-
2982
- <tr>
2983
-
2984
- <td class="name"><code>updateReasons</code></td>
2985
-
2986
-
2987
- <td class="type">
2988
-
2989
-
2990
- <span class="param-type">Array.&lt;<a href="Participant.html#UpdateReason">Participant#UpdateReason</a>&gt;</span>
2991
-
2992
-
2993
-
2994
-
2995
- </td>
2996
-
2997
-
2998
-
2999
-
3000
-
3001
- <td class="description last">Array of Participant&apos;s updated event reasons</td>
3002
- </tr>
3003
-
3004
-
3005
- </tbody>
3006
- </table>
3007
- </dl>
3008
-
3009
-
3010
-
3011
-
3012
-
3013
-
3014
-
3015
-
3016
-
3017
-
3018
-
3019
-
3020
-
3021
-
3022
-
3023
-
3024
-
3025
-
3026
-
3027
-
3028
-
3029
-
3030
-
3031
-
3032
-
3033
-
3034
-
3035
-
3036
-
3037
-
3038
-
3039
-
3040
-
3041
-
3042
-
3043
-
3044
- </dl>
3045
-
3046
-
3047
-
3048
-
3049
-
3050
-
3051
-
3052
-
3053
-
3054
-
3055
-
3056
-
3057
-
3058
-
3059
-
3060
- </dd>
3061
-
3062
-
3063
-
3064
- <hr>
3065
- <dt>
3066
- <h4 class="name" id="event:removed">removed</h4>
3067
-
3068
-
3069
- </dt>
3070
- <dd>
3071
-
3072
-
3073
- <div class="description">
3074
- Fired when the Conversation was destroyed or currently logged in User has left private Conversation
3075
- </div>
3076
-
3077
-
3078
-
3079
-
3080
-
3081
- <h5>Type:
3082
- <span class="param-type"><a href="Conversation.html">Conversation</a></span>
3083
-
3084
-
3085
- </h5>
3086
-
3087
-
3088
-
3089
-
3090
-
3091
-
3092
- <dl class="details">
3093
-
3094
-
3095
-
3096
-
3097
-
3098
-
3099
-
3100
-
3101
-
3102
-
3103
-
3104
-
3105
-
3106
-
3107
-
3108
-
3109
-
3110
-
3111
-
3112
-
3113
-
3114
-
3115
-
3116
-
3117
-
3118
-
3119
-
3120
-
3121
-
3122
-
3123
-
3124
-
3125
-
3126
-
3127
-
3128
- </dl>
3129
-
3130
-
3131
-
3132
-
3133
-
3134
-
3135
-
3136
-
3137
-
3138
-
3139
-
3140
-
3141
-
3142
-
3143
-
3144
- </dd>
3145
-
3146
-
3147
-
3148
- <hr>
3149
- <dt>
3150
- <h4 class="name" id="event:typingEnded">typingEnded</h4>
3151
-
3152
-
3153
- </dt>
3154
- <dd>
3155
-
3156
-
3157
- <div class="description">
3158
- Fired when a Participant has stopped typing.
3159
- </div>
3160
-
3161
-
3162
-
3163
-
3164
-
3165
- <h5>Type:
3166
- <span class="param-type"><a href="Participant.html">Participant</a></span>
3167
-
3168
-
3169
- </h5>
3170
-
3171
-
3172
-
3173
-
3174
-
3175
-
3176
- <dl class="details">
3177
-
3178
-
3179
-
3180
-
3181
-
3182
-
3183
-
3184
-
3185
-
3186
-
3187
-
3188
-
3189
-
3190
-
3191
-
3192
-
3193
-
3194
-
3195
-
3196
-
3197
-
3198
-
3199
-
3200
-
3201
-
3202
-
3203
-
3204
-
3205
-
3206
-
3207
-
3208
-
3209
-
3210
-
3211
-
3212
- </dl>
3213
-
3214
-
3215
-
3216
-
3217
-
3218
-
3219
-
3220
-
3221
-
3222
-
3223
-
3224
-
3225
-
3226
-
3227
-
3228
- </dd>
3229
-
3230
-
3231
-
3232
- <hr>
3233
- <dt>
3234
- <h4 class="name" id="event:typingStarted">typingStarted</h4>
3235
-
3236
-
3237
- </dt>
3238
- <dd>
3239
-
3240
-
3241
- <div class="description">
3242
- Fired when a Participant has started typing.
3243
- </div>
3244
-
3245
-
3246
-
3247
-
3248
-
3249
- <h5>Type:
3250
- <span class="param-type"><a href="Participant.html">Participant</a></span>
3251
-
3252
-
3253
- </h5>
3254
-
3255
-
3256
-
3257
-
3258
-
3259
-
3260
- <dl class="details">
3261
-
3262
-
3263
-
3264
-
3265
-
3266
-
3267
-
3268
-
3269
-
3270
-
3271
-
3272
-
3273
-
3274
-
3275
-
3276
-
3277
-
3278
-
3279
-
3280
-
3281
-
3282
-
3283
-
3284
-
3285
-
3286
-
3287
-
3288
-
3289
-
3290
-
3291
-
3292
-
3293
-
3294
-
3295
-
3296
- </dl>
3297
-
3298
-
3299
-
3300
-
3301
-
3302
-
3303
-
3304
-
3305
-
3306
-
3307
-
3308
-
3309
-
3310
-
3311
-
3312
- </dd>
3313
-
3314
-
3315
-
3316
- <hr>
3317
- <dt>
3318
- <h4 class="name" id="event:updated">updated</h4>
3319
-
3320
-
3321
- </dt>
3322
- <dd>
3323
-
3324
-
3325
- <div class="description">
3326
- Fired when a Conversation&apos;s attributes or metadata have been updated.
3327
- </div>
3328
-
3329
-
3330
-
3331
-
3332
-
3333
- <h5>Type:
3334
- <span class="param-type">Object</span>
3335
-
3336
-
3337
- </h5>
3338
-
3339
-
3340
-
3341
-
3342
-
3343
-
3344
- <dl class="details">
3345
-
3346
-
3347
- <h5 class="subsection-title">Properties:</h5>
3348
-
3349
- <dl>
3350
-
3351
- <table class="props table table-striped">
3352
- <thead>
3353
- <tr>
3354
-
3355
- <th>Name</th>
3356
-
3357
-
3358
- <th>Type</th>
3359
-
3360
-
3361
-
3362
-
3363
-
3364
- <th class="last">Description</th>
3365
- </tr>
3366
- </thead>
3367
-
3368
- <tbody>
3369
-
3370
-
3371
- <tr>
3372
-
3373
- <td class="name"><code>conversation</code></td>
3374
-
3375
-
3376
- <td class="type">
3377
-
3378
-
3379
- <span class="param-type"><a href="Conversation.html">Conversation</a></span>
3380
-
3381
-
3382
-
3383
-
3384
- </td>
3385
-
3386
-
3387
-
3388
-
3389
-
3390
- <td class="description last">Updated Conversation</td>
3391
- </tr>
3392
-
3393
-
3394
-
3395
- <tr>
3396
-
3397
- <td class="name"><code>updateReasons</code></td>
3398
-
3399
-
3400
- <td class="type">
3401
-
3402
-
3403
- <span class="param-type">Array.&lt;<a href="Conversation.html#UpdateReason">Conversation#UpdateReason</a>&gt;</span>
3404
-
3405
-
3406
-
3407
-
3408
- </td>
3409
-
3410
-
3411
-
3412
-
3413
-
3414
- <td class="description last">Array of Conversation&apos;s updated event reasons</td>
3415
- </tr>
3416
-
3417
-
3418
- </tbody>
3419
- </table>
3420
- </dl>
3421
-
3422
-
3423
-
3424
-
3425
-
3426
-
3427
-
3428
-
3429
-
3430
-
3431
-
3432
-
3433
-
3434
-
3435
-
3436
-
3437
-
3438
-
3439
-
3440
-
3441
-
3442
-
3443
-
3444
-
3445
-
3446
-
3447
-
3448
-
3449
-
3450
-
3451
-
3452
-
3453
-
3454
-
3455
-
3456
-
3457
- </dl>
3458
-
3459
-
3460
-
3461
-
3462
-
3463
-
3464
-
3465
-
3466
-
3467
-
3468
-
3469
-
3470
-
3471
-
3472
-
3473
- </dd>
3474
-
3475
-
3476
-
3477
- <hr>
3478
- <dt>
3479
- <h4 class="name" id="event:updated">updated</h4>
3480
-
3481
-
3482
- </dt>
3483
- <dd>
3484
-
3485
-
3486
- <div class="description">
3487
- Fired when the Message&apos;s properties or body has been updated.
3488
- </div>
3489
-
3490
-
3491
-
3492
-
3493
-
3494
- <h5>Type:
3495
- <span class="param-type">Object</span>
3496
-
3497
-
3498
- </h5>
3499
-
3500
-
3501
-
3502
-
3503
-
3504
-
3505
- <dl class="details">
3506
-
3507
-
3508
- <h5 class="subsection-title">Properties:</h5>
3509
-
3510
- <dl>
3511
-
3512
- <table class="props table table-striped">
3513
- <thead>
3514
- <tr>
3515
-
3516
- <th>Name</th>
3517
-
3518
-
3519
- <th>Type</th>
3520
-
3521
-
3522
-
3523
-
3524
-
3525
- <th class="last">Description</th>
3526
- </tr>
3527
- </thead>
3528
-
3529
- <tbody>
3530
-
3531
-
3532
- <tr>
3533
-
3534
- <td class="name"><code>message</code></td>
3535
-
3536
-
3537
- <td class="type">
3538
-
3539
-
3540
- <span class="param-type"><a href="Message.html">Message</a></span>
3541
-
3542
-
3543
-
3544
-
3545
- </td>
3546
-
3547
-
3548
-
3549
-
3550
-
3551
- <td class="description last">Updated Message</td>
3552
- </tr>
3553
-
3554
-
3555
-
3556
- <tr>
3557
-
3558
- <td class="name"><code>updateReasons</code></td>
3559
-
3560
-
3561
- <td class="type">
3562
-
3563
-
3564
- <span class="param-type">Array.&lt;<a href="Message.html#UpdateReason">Message#UpdateReason</a>&gt;</span>
3565
-
3566
-
3567
-
3568
-
3569
- </td>
3570
-
3571
-
3572
-
3573
-
3574
-
3575
- <td class="description last">Array of Message&apos;s updated event reasons</td>
3576
- </tr>
3577
-
3578
-
3579
- </tbody>
3580
- </table>
3581
- </dl>
3582
-
3583
-
3584
-
3585
-
3586
-
3587
-
3588
-
3589
-
3590
-
3591
-
3592
-
3593
-
3594
-
3595
-
3596
-
3597
-
3598
-
3599
-
3600
-
3601
-
3602
-
3603
-
3604
-
3605
-
3606
-
3607
-
3608
-
3609
-
3610
-
3611
-
3612
-
3613
-
3614
-
3615
-
3616
-
3617
-
3618
- </dl>
3619
-
3620
-
3621
-
3622
-
3623
-
3624
-
3625
-
3626
-
3627
-
3628
-
3629
-
3630
-
3631
-
3632
-
3633
-
3634
- </dd>
3635
-
3636
-
3637
-
3638
- <hr>
3639
- <dt>
3640
- <h4 class="name" id="event:typingEnded">typingEnded</h4>
3641
-
3642
-
3643
- </dt>
3644
- <dd>
3645
-
3646
-
3647
- <div class="description">
3648
- Fired when Participant ended to type.
3649
- </div>
3650
-
3651
-
3652
-
3653
-
3654
-
3655
- <h5>Type:
3656
- <span class="param-type"><a href="Participant.html">Participant</a></span>
3657
-
3658
-
3659
- </h5>
3660
-
3661
-
3662
-
3663
-
3664
-
3665
-
3666
- <dl class="details">
3667
-
3668
-
3669
-
3670
-
3671
-
3672
-
3673
-
3674
-
3675
-
3676
-
3677
-
3678
-
3679
-
3680
-
3681
-
3682
-
3683
-
3684
-
3685
-
3686
-
3687
-
3688
-
3689
-
3690
-
3691
-
3692
-
3693
-
3694
-
3695
-
3696
-
3697
-
3698
-
3699
-
3700
-
3701
-
3702
- </dl>
3703
-
3704
-
3705
-
3706
-
3707
-
3708
-
3709
-
3710
-
3711
-
3712
-
3713
-
3714
-
3715
-
3716
-
3717
-
3718
- </dd>
3719
-
3720
-
3721
-
3722
- <hr>
3723
- <dt>
3724
- <h4 class="name" id="event:typingStarted">typingStarted</h4>
3725
-
3726
-
3727
- </dt>
3728
- <dd>
3729
-
3730
-
3731
- <div class="description">
3732
- Fired when Participant started to type.
3733
- </div>
3734
-
3735
-
3736
-
3737
-
3738
-
3739
- <h5>Type:
3740
- <span class="param-type"><a href="Participant.html">Participant</a></span>
3741
-
3742
-
3743
- </h5>
3744
-
3745
-
3746
-
3747
-
3748
-
3749
-
3750
- <dl class="details">
3751
-
3752
-
3753
-
3754
-
3755
-
3756
-
3757
-
3758
-
3759
-
3760
-
3761
-
3762
-
3763
-
3764
-
3765
-
3766
-
3767
-
3768
-
3769
-
3770
-
3771
-
3772
-
3773
-
3774
-
3775
-
3776
-
3777
-
3778
-
3779
-
3780
-
3781
-
3782
-
3783
-
3784
-
3785
-
3786
- </dl>
3787
-
3788
-
3789
-
3790
-
3791
-
3792
-
3793
-
3794
-
3795
-
3796
-
3797
-
3798
-
3799
-
3800
-
3801
-
3802
- </dd>
3803
-
3804
-
3805
-
3806
- <hr>
3807
- <dt>
3808
- <h4 class="name" id="event:updated">updated</h4>
3809
-
3810
-
3811
- </dt>
3812
- <dd>
3813
-
3814
-
3815
- <div class="description">
3816
- Fired when Participant&apos;s fields has been updated.
3817
- </div>
3818
-
3819
-
3820
-
3821
-
3822
-
3823
- <h5>Type:
3824
- <span class="param-type">Object</span>
3825
-
3826
-
3827
- </h5>
3828
-
3829
-
3830
-
3831
-
3832
-
3833
-
3834
- <dl class="details">
3835
-
3836
-
3837
- <h5 class="subsection-title">Properties:</h5>
3838
-
3839
- <dl>
3840
-
3841
- <table class="props table table-striped">
3842
- <thead>
3843
- <tr>
3844
-
3845
- <th>Name</th>
3846
-
3847
-
3848
- <th>Type</th>
3849
-
3850
-
3851
-
3852
-
3853
-
3854
- <th class="last">Description</th>
3855
- </tr>
3856
- </thead>
3857
-
3858
- <tbody>
3859
-
3860
-
3861
- <tr>
3862
-
3863
- <td class="name"><code>participant</code></td>
3864
-
3865
-
3866
- <td class="type">
3867
-
3868
-
3869
- <span class="param-type"><a href="Participant.html">Participant</a></span>
3870
-
3871
-
3872
-
3873
-
3874
- </td>
3875
-
3876
-
3877
-
3878
-
3879
-
3880
- <td class="description last">Updated Participant</td>
3881
- </tr>
3882
-
3883
-
3884
-
3885
- <tr>
3886
-
3887
- <td class="name"><code>updateReasons</code></td>
3888
-
3889
-
3890
- <td class="type">
3891
-
3892
-
3893
- <span class="param-type">Array.&lt;<a href="Participant.html#UpdateReason">Participant#UpdateReason</a>&gt;</span>
3894
-
3895
-
3896
-
3897
-
3898
- </td>
3899
-
3900
-
3901
-
3902
-
3903
-
3904
- <td class="description last">Array of Participant&apos;s updated event reasons</td>
3905
- </tr>
3906
-
3907
-
3908
- </tbody>
3909
- </table>
3910
- </dl>
3911
-
3912
-
3913
-
3914
-
3915
-
3916
-
3917
-
3918
-
3919
-
3920
-
3921
-
3922
-
3923
-
3924
-
3925
-
3926
-
3927
-
3928
-
3929
-
3930
-
3931
-
3932
-
3933
-
3934
-
3935
-
3936
-
3937
-
3938
-
3939
-
3940
-
3941
-
3942
-
3943
-
3944
-
3945
-
3946
-
3947
- </dl>
3948
-
3949
-
3950
-
3951
-
3952
-
3953
-
3954
-
3955
-
3956
-
3957
-
3958
-
3959
-
3960
-
3961
-
3962
-
3963
- </dd>
3964
-
3965
-
3966
-
3967
- <hr>
3968
- <dt>
3969
- <h4 class="name" id="event:updated">updated</h4>
3970
-
3971
-
3972
- </dt>
3973
- <dd>
3974
-
3975
-
3976
- <div class="description">
3977
- Fired when User&apos;s properties or reachability status have been updated.
3978
- </div>
3979
-
3980
-
3981
-
3982
-
3983
-
3984
- <h5>Type:
3985
- <span class="param-type">Object</span>
3986
-
3987
-
3988
- </h5>
3989
-
3990
-
3991
-
3992
-
3993
-
3994
-
3995
- <dl class="details">
3996
-
3997
-
3998
- <h5 class="subsection-title">Properties:</h5>
3999
-
4000
- <dl>
4001
-
4002
- <table class="props table table-striped">
4003
- <thead>
4004
- <tr>
4005
-
4006
- <th>Name</th>
4007
-
4008
-
4009
- <th>Type</th>
4010
-
4011
-
4012
-
4013
-
4014
-
4015
- <th class="last">Description</th>
4016
- </tr>
4017
- </thead>
4018
-
4019
- <tbody>
4020
-
4021
-
4022
- <tr>
4023
-
4024
- <td class="name"><code>user</code></td>
4025
-
4026
-
4027
- <td class="type">
4028
-
4029
-
4030
- <span class="param-type"><a href="User.html">User</a></span>
4031
-
4032
-
4033
-
4034
-
4035
- </td>
4036
-
4037
-
4038
-
4039
-
4040
-
4041
- <td class="description last">Updated User</td>
4042
- </tr>
4043
-
4044
-
4045
-
4046
- <tr>
4047
-
4048
- <td class="name"><code>updateReasons</code></td>
4049
-
4050
-
4051
- <td class="type">
4052
-
4053
-
4054
- <span class="param-type">Array.&lt;<a href="User.html#UpdateReason">User#UpdateReason</a>&gt;</span>
4055
-
4056
-
4057
-
4058
-
4059
- </td>
4060
-
4061
-
4062
-
4063
-
4064
-
4065
- <td class="description last">Array of User&apos;s updated event reasons</td>
4066
- </tr>
4067
-
4068
-
4069
- </tbody>
4070
- </table>
4071
- </dl>
4072
-
4073
-
4074
-
4075
-
4076
-
4077
-
4078
-
4079
-
4080
-
4081
-
4082
-
4083
-
4084
-
4085
-
4086
-
4087
-
4088
-
4089
-
4090
-
4091
-
4092
-
4093
-
4094
-
4095
-
4096
-
4097
-
4098
-
4099
-
4100
-
4101
-
4102
-
4103
-
4104
-
4105
-
4106
-
4107
-
4108
- </dl>
4109
-
4110
-
4111
-
4112
-
4113
-
4114
-
4115
-
4116
-
4117
-
4118
-
4119
-
4120
-
4121
-
4122
-
4123
-
4124
- </dd>
4125
-
4126
-
4127
-
4128
- <hr>
4129
- <dt>
4130
- <h4 class="name" id="event:userSubscribed">userSubscribed</h4>
4131
-
4132
-
4133
- </dt>
4134
- <dd>
4135
-
4136
-
4137
- <div class="description">
4138
- Fired when Client is subscribed to User.
4139
- </div>
4140
-
4141
-
4142
-
4143
-
4144
-
4145
- <h5>Type:
4146
- <span class="param-type"><a href="User.html">User</a></span>
4147
-
4148
-
4149
- </h5>
4150
-
4151
-
4152
-
4153
-
4154
-
4155
-
4156
- <dl class="details">
4157
-
4158
-
4159
-
4160
-
4161
-
4162
-
4163
-
4164
-
4165
-
4166
-
4167
-
4168
-
4169
-
4170
-
4171
-
4172
-
4173
-
4174
-
4175
-
4176
-
4177
-
4178
-
4179
-
4180
-
4181
-
4182
-
4183
-
4184
-
4185
-
4186
-
4187
-
4188
-
4189
-
4190
-
4191
-
4192
- </dl>
4193
-
4194
-
4195
-
4196
-
4197
-
4198
-
4199
-
4200
-
4201
-
4202
-
4203
-
4204
-
4205
-
4206
-
4207
-
4208
- </dd>
4209
-
4210
-
4211
-
4212
- <hr>
4213
- <dt>
4214
- <h4 class="name" id="event:userUnsubscribed">userUnsubscribed</h4>
4215
-
4216
-
4217
- </dt>
4218
- <dd>
4219
-
4220
-
4221
- <div class="description">
4222
- Fired when Client is unsubscribed from this User.
4223
- </div>
4224
-
4225
-
4226
-
4227
-
4228
-
4229
- <h5>Type:
4230
- <span class="param-type"><a href="User.html">User</a></span>
4231
-
4232
-
4233
- </h5>
4234
-
4235
-
4236
-
4237
-
4238
-
4239
-
4240
- <dl class="details">
4241
-
4242
-
4243
-
4244
-
4245
-
4246
-
4247
-
4248
-
4249
-
4250
-
4251
-
4252
-
4253
-
4254
-
4255
-
4256
-
4257
-
4258
-
4259
-
4260
-
4261
-
4262
-
4263
-
4264
-
4265
-
4266
-
4267
-
4268
-
4269
-
4270
-
4271
-
4272
-
4273
-
4274
-
4275
-
4276
- </dl>
4277
-
4278
-
4279
-
4280
-
4281
-
4282
-
4283
-
4284
-
4285
-
4286
-
4287
-
4288
-
4289
-
4290
-
4291
-
4292
- </dd>
4293
-
4294
- </dl>
4295
-
4296
- </article>
4297
-
4298
- </section>
4299
-
4300
-
4301
-
4302
-
4303
- </div>
4304
- </div>
4305
-
4306
- <div class="clearfix"></div>
4307
-
4308
-
4309
- <div class="col-md-3">
4310
- <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
4311
- </div>
4312
-
4313
-
4314
- </div>
4315
- </div>
4316
-
4317
-
4318
- <div class="modal fade" id="searchResults">
4319
- <div class="modal-dialog">
4320
- <div class="modal-content">
4321
- <div class="modal-header">
4322
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&#xD7;</span></button>
4323
- <h4 class="modal-title">Search results</h4>
4324
- </div>
4325
- <div class="modal-body"></div>
4326
- <div class="modal-footer">
4327
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
4328
- </div>
4329
- </div><!-- /.modal-content -->
4330
- </div><!-- /.modal-dialog -->
4331
- </div>
4332
-
4333
-
4334
- <footer>
4335
-
4336
-
4337
- <span class="jsdoc-message">
4338
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a>
4339
-
4340
- on 2021-06-28T16:25:18+00:00
4341
-
4342
- using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
4343
- </span>
4344
- </footer>
4345
-
4346
- <script src="scripts/docstrap.lib.js"></script>
4347
- <script src="scripts/toc.js"></script>
4348
-
4349
- <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
4350
-
4351
-
4352
- <script>
4353
- $( function () {
4354
- $( "[id*='$']" ).each( function () {
4355
- var $this = $( this );
4356
-
4357
- $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
4358
- } );
4359
-
4360
- $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
4361
- var $this = $( this );
4362
-
4363
- var example = $this.find( "code" );
4364
- exampleText = example.html();
4365
- var lang = /{@lang (.*?)}/.exec( exampleText );
4366
- if ( lang && lang[1] ) {
4367
- exampleText = exampleText.replace( lang[0], "" );
4368
- example.html( exampleText );
4369
- lang = lang[1];
4370
- } else {
4371
- var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
4372
- lang = langClassMatch ? langClassMatch[1] : "javascript";
4373
- }
4374
-
4375
- if ( lang ) {
4376
-
4377
- $this
4378
- .addClass( "sunlight-highlight-" + lang )
4379
- .addClass( "linenums" )
4380
- .html( example.html() );
4381
-
4382
- }
4383
- } );
4384
-
4385
- Sunlight.highlightAll( {
4386
- lineNumbers : false,
4387
- showMenu : true,
4388
- enableDoclinks : true
4389
- } );
4390
-
4391
- $.catchAnchorLinks( {
4392
- navbarOffset: 10
4393
- } );
4394
- $( "#toc" ).toc( {
4395
- anchorName : function ( i, heading, prefix ) {
4396
- return $( heading ).attr( "id" ) || ( prefix + i );
4397
- },
4398
- selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
4399
- showAndHide : false,
4400
- smoothScrolling: true
4401
- } );
4402
-
4403
- $( "#main span[id^='toc']" ).addClass( "toc-shim" );
4404
- $( '.dropdown-toggle' ).dropdown();
4405
-
4406
- $( "table" ).each( function () {
4407
- var $this = $( this );
4408
- $this.addClass('table');
4409
- } );
4410
-
4411
- } );
4412
- </script>
4413
-
4414
-
4415
-
4416
- <!--Navigation and Symbol Display-->
4417
-
4418
-
4419
- <!--Google Analytics-->
4420
-
4421
-
4422
-
4423
- <script type="text/javascript">
4424
- $(document).ready(function() {
4425
- SearcherDisplay.init();
4426
- });
4427
- </script>
4428
-
4429
-
4430
-
4431
- </body></html>