I am just trying to add the WebexMeetingsWidget as below into my code and run my own instance. The widget is internally making calls to identity service.
<WebexMeetingsWidget
accessToken={token}
meetingDestination={destination}
className={`webex-meeting-widget-demo wxc-theme-${theme}`}
layout={layout}
fedramp={fedramp}
/>
Am I missing something ?