Update LivePlayer.tsx

This commit is contained in:
Mehdi Osman 2023-03-30 23:10:18 +02:00 committed by GitHub
parent f6a0e2eea0
commit 137b4daffb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ function LivePlayer({
},
};
if (isEnterprise) {
new APIClient().get('/assist/credentials').then(r => r.json())
new APIClient().get('/config/assist/credentials').then(r => r.json())
.then(({ data }) => {
const [player, store] = createLiveWebPlayer(sessionWithAgentData, data, (state) =>
makeAutoObservable(state)