Skip to content

Commit 5b55b93

Browse files
authored
Update private-preview-unmixed-audio-recording-server-csharp.md
1 parent 84690dd commit 5b55b93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/call-recording-samples/private-preview-unmixed-audio-recording-server-csharp.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ var response = await callAutomationClient.GetCallRecording().DeleteRecordingAsyn
151151

152152
## Appendix
153153

154-
### Getting serverCallId as a requirement for call recording server APIs from JavaScript application
154+
### A - Getting serverCallId as a requirement for call recording server APIs from JavaScript application
155155

156156
Call recording is an extended feature of the core Call API. You first need to import calling Features from the Calling SDK.
157157

@@ -212,8 +212,11 @@ callAgent.on('callsUpdated', (e: { added: Call[]; removed: Call[] }): void => {
212212
});
213213
```
214214
215+
### B - How to find the Azure Resource ID
215216
217+
In order to get your Resource ID whitelisted, please send your Immutable Azure Resource ID to the Call Recording Team. For reference see the image below.
216218
219+
![Call recording how to get resource ID](../../media/call-recording/immutable resource id.md)
217220
218221
219222

0 commit comments

Comments
 (0)