Skip to main content
UserKit home page
UserKit
Search...
⌘K
Sign up
Sign up
Search...
Navigation
Quickstart
Enqueuing Calls
Docs
Website
GitHub
Quickstart
Installation
Enable Capabilities
Mic & Camera Usage
Configuring the SDK
Identifying Users
Making Calls
Enqueuing Calls
SDK Reference
configure()
identify()
enqueue()
Quickstart
Enqueuing Calls
Use the call queue API to let users add themselves to a call queue — whether for onboarding, support, or any moment when they want to speak with your team.
Swift
Objective-C
Copy
UserKit.
shared
.
enqueue
(
reason
:
"Onboarding"
,
preferredCallTime
:
"Today"
)
Each time a user is added to the call queue, UserKit automatically sends an email notification to your team.
Making Calls
configure()
⌘I