Event: "conversations:loading:start"

In the following cases a very small amount of offline messages may be received:

  • After a successful sign in
  • After coming back online from being away

After this occurs, there may be a period where certain conversations are reloaded as a result of receiving these messages.

This begins with the event conversations:loading:start and ends with the event conversations:loading:stop.

Examples

client.on('conversations:loading:start', function (event) {
console.log('starting to reload conversations');
});