Skip to content

Commit

Permalink
fixup! Make interface for enqueueing with multiple queue
Browse files Browse the repository at this point in the history
These changes will allow integrators fetching available
queues without the needs to configure SDK with specific
queue id.

Deprecated:
- Interface for configuration SDK with queue ID

Introduced:
- Configuration method without queue id
- Starting engagement with queue ids

MOB-2594
  • Loading branch information
yurii-glia committed Sep 7, 2023
1 parent 245eb89 commit 07f6a3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ extension EngagementCoordinator {
uiApplication: environment.uiApplication,
fetchChatHistory: environment.fetchChatHistory,
createFileUploadListModel: environment.createFileUploadListModel,
sendSecureMessage: environment.sendSecureMessage,
sendSecureMessagePayload: environment.sendSecureMessagePayload,
queueIds: interactor.queueIds,
listQueues: environment.listQueues,
secureUploadFile: environment.uploadSecureFile,
Expand Down

0 comments on commit 07f6a3b

Please sign in to comment.