Skip to content

Commit fb534ed

Browse files
committed
Adding iOS error codes in the quicstart
Signed-off-by: Mohtasim <[email protected]>
1 parent 902fadb commit fb534ed

File tree

1 file changed

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

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,16 @@ callComposite?.launch(remoteOptions: remoteOptions)
221221
222222
### Subscribe to events
223223
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:
225234
226235
```swift
227236
callComposite?.events.onError = { error in

0 commit comments

Comments
 (0)