MISMATCHING_TOKEN_UPDATE

val MISMATCHING_TOKEN_UPDATE: Int

This code is signaled to the listener of ConversationsClient.updateToken if updated token does not match the original token.

This error often indicates that you have updated token with a different identity, which is not allowed - you cannot change client identity mid-flight.

If this error is returned, you should shutdown and re-create ConversationsClient.