Skip to main content
Sometimes you need to hear a call that arrives on a Vobiz number, but the number is a cloud DID - there is no SIM and no handset to pick up. The Vobiz WebRTC Playground solves this: it turns a browser tab into a softphone for any number on your account. This is the fastest way to:
  • Receive a voice OTP. Meta, Google, and most other platforms will read a verification code aloud over a phone call when SMS is not an option. This is how you verify a Vobiz number during WhatsApp channel setup.
  • Test that a newly purchased DID actually rings before you point it at an application or a SIP trunk.
  • Listen to what a caller hears while you are building an IVR.
You need nothing installed - no softphone, no SIP client. Just a browser with microphone access and your Vobiz API credentials.

Before you start

  • A DID purchased from Vobiz, or the trial number assigned to your account.
  • Your Vobiz Auth ID and Auth Token.
  • A browser tab you can leave open. The playground only rings while it is connected.

Step 1 - Copy your API credentials

Open the Vobiz Console dashboard and find the API credentials card. Copy both values.
API credentials card on the Vobiz dashboard showing an Auth ID beginning with MA_ and a masked Auth Token

API credentials on the Vobiz dashboard

Your Auth ID always begins with MA_. The Auth Token is hidden behind the eye icon - it is not your console login password.
The Auth Token is a secret. Enter it only on Vobiz services such as rtc-demo.vobiz.ai, and never paste it into a screenshot or a support ticket.

Step 2 - Connect the playground

Go to rtc-demo.vobiz.ai and stay on the Zero-Config Setup tab.
Vobiz Playground V2.0 sign-in card with Zero-Config Setup and SIP Direct tabs, Auth ID and Auth Token fields, the production webhook callback set to rtc-demo.vobiz.ai, a Remember me checkbox, and a Connect button

Vobiz Playground V2.0 - Zero-Config Setup

1

Enter your credentials

Paste your Auth ID into AUTH ID and your Auth Token into AUTH TOKEN.
2

Leave the webhook callback alone

Production Webhook Callback is fixed at https://rtc-demo.vobiz.ai. This is the server that answers the call and bridges it into your browser - you do not host anything yourself.
3

Click Connect

Tick Remember me if you expect to come back, then click Connect. Allow microphone access when the browser asks.
The first time you connect, Vobiz automatically creates a voice application called Vobiz WebRTC Playground in your account. You need it in the next step.
The SIP Direct tab is for a different job - registering your own SIP client against registrar.vobiz.ai with endpoint credentials. For receiving a call in this browser tab, Zero-Config is the one you want. See SIP Endpoints if you need the other path.

Step 3 - Attach your number to the playground application

An inbound call only reaches your browser if the DID is routed to the playground application. Go to Voice Applications and open Vobiz WebRTC Playground.
URL
Vobiz WebRTC Playground application detail panel showing the application ID, a GET answer URL and POST hangup URL pointing at rtc-demo.vobiz.ai/api/answer, and an Attached Numbers section listing two Indian DIDs with an Attach button

Vobiz WebRTC Playground application - Attach a number

In Attached Numbers, click + Attach and select the number you want to receive the call on. You do not need to touch the webhooks. The playground sets its own Answer URL and Hangup URL to https://rtc-demo.vobiz.ai/api/answer, which is what hands the audio to your browser.
A number can be attached to only one application at a time. Attaching it here detaches it from whatever it was routed to before, so inbound traffic to that DID stops hitting your old application until you attach it back.

Step 4 - Answer the call

Go back to the playground tab and confirm it still shows as connected. Then trigger the call - dial the DID from another phone, or ask the platform you are verifying to call you. When the incoming-call notification appears, click Accept. The audio plays through your browser.
You hear the caller - or, for a verification call, the automated voice reading your code.
Verification calls usually read the code twice and then hang up within about fifteen seconds. Have the code field open and ready before you trigger the call, and keep the playground tab in the foreground so you do not miss the ring.

Using this to verify a number by voice call

This is the most common reason people reach this page. A Vobiz DID cannot receive SMS, so when a platform offers “Text message” or “Phone call” as verification methods, you must choose Phone call.
1

Set up the playground first

Complete steps 1 to 4 above and leave the playground connected, with the number you are verifying attached to Vobiz WebRTC Playground.
2

Switch the verification method to a call

On the platform’s verification screen, choose the option to change your verification method and select Phone call rather than text message.
3

Answer in the browser and read back the code

Accept the call in the playground, listen to the code, and type it into the verification field.
If you are here from WhatsApp onboarding, return to the WhatsApp Console Walkthrough once the number is verified.

Troubleshooting

Next steps