Discussions

Ask a Question
Back to All

Omni SDK - Calling FORBIDDEN

I'm testing the sample calling app Android and JS, but I'm getting 403 FORBIDDEN response at the "endpoints" request.

POST

https://na.cc.avayacloud.com/uc3-connector/v1/webrtc-integrations/MyIntegrationID/endpoints

RESPONSE:

{
"type": "https://developers.avayacloud.com/onecloud-ccaas/docs/error-handling",
"title": "FORBIDDEN",
"status": 403,
"detail": "WebRTC Voice is disabled"
}

The WebRTC option is checked on my integration, what could be wrong?