Skip to content

Commit bce624e

Browse files
committed
Merge branch 'main' into release/calling-1.14.1
2 parents 74bbb36 + daa699d commit bce624e

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Included in this repository is a demo of using Mobile UI Library to start or joi
4343

4444
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. Also, please check our [Contribution Policy](docs/contributing-guide.md).
4545

46+
## Data Collection
47+
48+
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. The azure-communication-ui-calling and azure-communication-ui-chat library collects information about users and their use of the software that cannot be opted out of. Do not use these libraries if you wish to avoid telemetry. You can learn more about data collection and use in the help documentation and Microsoft’s [privacy statement](https://go.microsoft.com/fwlink/?LinkID=824704). For more information on the data collected by the Azure SDK, please visit the [Telemetry Policy](https://learn.microsoft.com/azure/communication-services/concepts/privacy) page.
49+
4650
## Community Help and Support
4751

4852
If you find a bug or have a feature request, please raise the issue on [GitHub Issues](https://github.com/Azure/communication-ui-library-android/issues).

azure-communication-ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ tasks.register("clean", Delete) {
206206
delete rootProject.buildDir
207207
}
208208

209-
apply from: file('java_compile_flags.gradle')
209+
apply from: file('java_compile_flags.gradle')

azure-communication-ui/calling/src/main/java/com/azure/android/communication/ui/calling/service/sdk/CallingSDK.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import kotlinx.coroutines.flow.Flow
3030
import kotlinx.coroutines.flow.SharedFlow
3131
import kotlinx.coroutines.flow.StateFlow
3232
import java.io.File
33-
/* <CALL_START_TIME>
33+
/* <CALL_START_TIME>
3434
import java.util.Date
3535
</CALL_START_TIME> */
3636
import java.util.concurrent.CompletableFuture

docs/CHANGELOG_UI_CALLING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Azure Communication UI Calling Release History
2+
23
## 1.14.1 (2025-06-09)
34
### Bug Fixes
45
- Accessibility bugfixes

0 commit comments

Comments
 (0)