Create Voice Widget Token
Create a tenant-scoped LiveKit token for the web voice widget.
Create a tenant-scoped LiveKit token for the web voice widget.
AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X POST "https://loading/api/v1/voice-widget/token"{
"expires_in_seconds": 3600,
"livekit_url": "string",
"participant_identity": "string",
"pre_authenticated": true,
"room_name": "string",
"token": "string"
}