Skip to content

Commit 1420844

Browse files
committed
Refactor on quickstart docs
Signed-off-by: Mohtasim <[email protected]>
1 parent fb534ed commit 1420844

File tree

2 files changed

+4
-2
lines changed
  • articles/communication-services/quickstarts/ui-library/includes/get-started-call

2 files changed

+4
-2
lines changed

articles/communication-services/quickstarts/ui-library/includes/get-started-call/android.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,8 @@ The following `errorCode` values might be sent to the error handler:
377377
- `CallCompositeErrorCode.MICROPHONE_PERMISSION_NOT_GRANTED`
378378
- `CallCompositeErrorCode.NETWORK_CONNECTION_NOT_AVAILABLE`
379379

380+
The following example shows an error event for a failed composite event.
381+
380382
#### [Kotlin](#tab/kotlin)
381383

382384
```kotlin

articles/communication-services/quickstarts/ui-library/includes/get-started-call/ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ callComposite?.launch(remoteOptions: remoteOptions)
221221
222222
### Subscribe to events
223223
224-
You can implement closures to act on composite events. The following `errorCode` values might be sent to the error handler:
224+
You can implement closures to act on composite events. The following errorCodes might be sent to the error handler:
225225
226226
- `callJoin`
227227
- `callEnd`
@@ -230,7 +230,7 @@ You can implement closures to act on composite events. The following `errorCode`
230230
- `microphonePermissionNotGranted`
231231
- `networkConnectionNotAvailable`
232232
233-
The following example shows an error event for a failed composite:
233+
The following example shows an error event for a failed composite event:
234234
235235
```swift
236236
callComposite?.events.onError = { error in

0 commit comments

Comments
 (0)