Skip to content

Commit 1595400

Browse files
committed
Merge branch 'ruslanz/fix-place-interop-call-build' of https://github.com/Azure-Samples/communication-services-javascript-quickstarts into ruslanz/fix-place-interop-call-build
2 parents a0aa902 + e42581b commit 1595400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

place-interop-group-calls/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const recordingStateElement = document.getElementById('recording-state');
1212

1313
async function init() {
1414
const callClient = new CallClient();
15-
const tokenCredential = new AzureCommunicationTokenCredential("<ACS access token>");
15+
const tokenCredential = new AzureCommunicationTokenCredential("<USER ACCESS TOKEN>");
1616
callAgent = await callClient.createCallAgent(tokenCredential, { displayName: 'ACS user' });
1717
placeInteropGroupCallButton.disabled = false;
1818
}

0 commit comments

Comments
 (0)