The Carbon Voice URL API provides a way to deep-link into the Carbon Voice application to kick-off an experience. This also helps in creating experiences where the user may start to interact with CarbonVoice content within a 3rd party app and then needs to transition to the Carbon Voice app (web or mobile) to complete the interaction.
In some situations, when that task is completed the desired experience is to redirect back to the 3rd party application when things are done.
All of these entry-points work for carbonvoice.app or cv.chat. All entry-points support auto-login process.
Route | Destination |
---|---|
/c/ | Go to a Conversation |
/m/ | Go to a Message |
/w/ | Go to a Workspace |
/a/record | Start recording |
/a/recordmemo | Start recording a voice memo |
/a/meeting | Starts a meeting creation |
/a/notify/meet | |
/a/notify/msg | |
/[vanityName] | Personalized CarbonLink landing page |
/a/carbonlink | Create a CarbonLink |
Parameters | Values |
---|---|
a= | Auth Token |
u= | User ID to match |
m= | Mode for playback & player. Valid Values are: |
DEPRECATED: ~~* ”p” - Loads message but doesn’t start playing. (Note, some OS or browsers won’t allow auto-play, so they will also open as paused even without this parameter).
The parameters used by the URL API.