File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
articles/communication-services/quickstarts/ui-library/includes/get-started-call Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -377,6 +377,8 @@ The following `errorCode` values might be sent to the error handler:
377
377
- ` CallCompositeErrorCode.MICROPHONE_PERMISSION_NOT_GRANTED `
378
378
- ` CallCompositeErrorCode.NETWORK_CONNECTION_NOT_AVAILABLE `
379
379
380
+ The following example shows an error event for a failed composite event.
381
+
380
382
#### [ Kotlin] ( #tab/kotlin )
381
383
382
384
``` kotlin
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ callComposite?.launch(remoteOptions: remoteOptions)
221
221
222
222
### Subscribe to events
223
223
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:
225
225
226
226
- `callJoin`
227
227
- `callEnd`
@@ -230,7 +230,7 @@ You can implement closures to act on composite events. The following `errorCode`
230
230
- `microphonePermissionNotGranted`
231
231
- `networkConnectionNotAvailable`
232
232
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 :
234
234
235
235
```swift
236
236
callComposite?.events.onError = { error in
You can’t perform that action at this time.
0 commit comments