Web & Native

Use Voximplant users and SDKs for browser and mobile app calling
View as MarkdownOpen in Claude

Overview

For web and mobile calling, create Voximplant app users and authenticate with Voximplant SDKs. This is the standard path for in-app calls, authenticated customer sessions, and app-to-app voice AI experiences.

Core users guide:

Create app users

You can create users in Control Panel or via Management API.

1

Open application users

In Control Panel, open Applications, select your app, then open Users. Create a user

2

Configure user profile

Set username, password, and display name, then create the user. User editor

3

Use user alias in routing

Route inbound app-user calls by alias to the target Voice AI scenario.

SDK options

Outbound specifics

Use VoxEngine.callUser() to place outbound calls to Voximplant user aliases.

Outbound to app user
1const call = VoxEngine.callUser({
2 username: "alice",
3 callerid: "voice-ai-app"
4});

More information: