vcolin7
vcolin7
You can refer to [this Java PR](https://github.com/Azure/azure-sdk-for-java/pull/29996) for the second item (CBC crypto).
Hi @PineapplePie, thanks for reporting this, I'll pass it along to the team. Could you take a look @jsaurezlee-msft, @gaobob-msft?
Hi @rahatur, thank you for bringing this to our attention. Could you take a look @jsaurezlee-msft? Thanks :)
We have not released a `1.0.0.-beta.8` version for [`azure-communication-chat`](https://mvnrepository.com/artifact/com.azure.android/azure-communication-chat) and [`azure-communication-common`](https://mvnrepository.com/artifact/com.azure.android/azure-communication-common), although it seems Gradle is grabbing version `1.0.0-beta.7` anyways. Additionally, `azure-communication-calling` already depends on `azure-communication-common`, so you do not...
The reason this problem arises is because Calling and Chat use a different version of the library these classes are a part of, I brought this up in the team...
Do you mean you had to use version `1.0.0-beta.6` for Chat? Or was it Calling?
I see, in this case that is because `1.0.0-beta.6` does not have a dependency on the library I mentioned, which is used for getting real-time chat notifications. I will keep...
Hi @rashidbpg, unfortunately this has not yet been resolved but the team is actively working on it. There is however, a workaround that allows using both libraries to get rid...
You could try but I think it will most likely break the basic ACS Calling functionality. The dependency is tied to some fundamental components, as opposed to ACS Chat where...
Stories we can break this Epic into on a high level: - [ ] Determine if we'll make use of the MSAL library and, if so, how much of that...