File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
articles/communication-services/quickstarts/ui-library/includes/get-started-call Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,16 @@ 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 example shows an error event for a failed composite:
224
+ You can implement closures to act on composite events. The following `errorCode` values might be sent to the error handler:
225
+
226
+ - `callJoin`
227
+ - `callEnd`
228
+ - `cameraFailure`
229
+ - `tokenExpired`
230
+ - `microphonePermissionNotGranted`
231
+ - `networkConnectionNotAvailable`
232
+
233
+ The following example shows an error event for a failed composite:
225
234
226
235
```swift
227
236
callComposite?.events.onError = { error in
You can’t perform that action at this time.
0 commit comments