Is there any chance of updating this repo with the latest version of "@twilio/conversations": "^2.1.0" ? With older version 1, this is working fine but with updated version event listeners are not working, like `this.conversationsClient.on("connectionStateChanged"....`
Is there any chance of updating this repo with the latest version of "@twilio/conversations": "^2.1.0" ?
With older version 1, this is working fine but with updated version event listeners are not working, like
this.conversationsClient.on("connectionStateChanged"....