File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
articles/communication-services/quickstarts/ui-library/includes/get-started-call Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ Two maven repositories are required to integrate the library. MavenCentral is th
6565
6666In your project gradle scripts ensure the following ` repositories ` are added.
6767
68- For ` Android Studio (2020.*) ` the ` repositories ` are in ` settings.gradle ` ` dependencyResolutionManagement(Gradle version 6.8 or greater) ` .
69- If you are using old versions of ` Android Studio (4.*) ` then the ` repositories ` will be in project level ` build.gradle ` ` allprojects{} ` .
68+ For ` Android Studio (2020.*) ` , the ` repositories ` are in ` settings.gradle ` ` dependencyResolutionManagement(Gradle version 6.8 or greater) ` .
69+ If you are using old versions of ` Android Studio (4.*) ` , then the ` repositories ` will be in project level ` build.gradle ` ` allprojects{} ` .
7070
7171``` groovy
7272// dependencyResolutionManagement
@@ -366,7 +366,7 @@ callComposite.launch(context, remoteOptions);
366366-----
367367### Subscribe to error events from ` CallComposite `
368368
369- To receive error events register an ` onErrorHandler ` with the ` CallComposite ` .
369+ To receive error events, register an ` onErrorHandler ` with the ` CallComposite ` .
370370
371371The following ` errorCode ` values may be sent to the Error Handler
372372
@@ -454,9 +454,9 @@ CallComposite callComposite =
454454```
455455
456456-----
457- ### Additional Features
457+ ### More Features
458458
459- The list of [ use cases] ( ../../../../concepts/ui-library/ui-library-use-cases.md ) has detailed information of additional features.
459+ The list of [ use cases] ( ../../../../concepts/ui-library/ui-library-use-cases.md ) has detailed information of more features.
460460
461461-----
462462### Add notifications into your mobile app
You can’t perform that action at this time.
0 commit comments