We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0aa902 + e42581b commit 1595400Copy full SHA for 1595400
place-interop-group-calls/client.js
@@ -12,7 +12,7 @@ const recordingStateElement = document.getElementById('recording-state');
12
13
async function init() {
14
const callClient = new CallClient();
15
- const tokenCredential = new AzureCommunicationTokenCredential("<ACS access token>");
+ const tokenCredential = new AzureCommunicationTokenCredential("<USER ACCESS TOKEN>");
16
callAgent = await callClient.createCallAgent(tokenCredential, { displayName: 'ACS user' });
17
placeInteropGroupCallButton.disabled = false;
18
}
0 commit comments