You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

issue in integration of oda with vbcs

Summary:

in vbcs i am trying to integrate oda via websdk…oda is connected and responded as expected in preview..but in staged environment audio output works like i can hear the content but not able to physically see it(main content is missing in ui)

Content (please ensure you mask any confidential information):

<oj-vb-content config="[[vbApplication]]"></oj-vb-content>

    if (typeof WebSDK === 'undefined') {
console.error('ODA WebSDK (web-sdk.js) has not loaded correctly.');

return;
}

var baseUrl = (typeof window.vbInitConfig !== 'undefined' && window.vbInitConfig.BASE_URL_TOKEN)
? window.vbInitConfig.BASE_URL_TOKEN
: '';

var chatWidgetSettings = {
containerId: 'oda-container',
URI: 'my uri',
channelId: 'my channelid',

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!