Update LivePlayer.tsx
This commit is contained in:
parent
f6a0e2eea0
commit
137b4daffb
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ function LivePlayer({
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
if (isEnterprise) {
|
if (isEnterprise) {
|
||||||
new APIClient().get('/assist/credentials').then(r => r.json())
|
new APIClient().get('/config/assist/credentials').then(r => r.json())
|
||||||
.then(({ data }) => {
|
.then(({ data }) => {
|
||||||
const [player, store] = createLiveWebPlayer(sessionWithAgentData, data, (state) =>
|
const [player, store] = createLiveWebPlayer(sessionWithAgentData, data, (state) =>
|
||||||
makeAutoObservable(state)
|
makeAutoObservable(state)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue