Skip to content

Commit a948057

Browse files
authored
Update private-preview-unmixed-audio-recording-server-java.md
1 parent 5b55b93 commit a948057

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The delete location for the recording can be fetched from the `deleteLocation` f
165165

166166
## Appendix
167167

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

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

@@ -225,3 +225,9 @@ callAgent.on('callsUpdated', (e: { added: Call[]; removed: Call[] }): void => {
225225
});
226226
});
227227
```
228+
229+
### B - How to find the Azure Resource ID
230+
231+
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.
232+
233+
![Call recording how to get resource ID](../../media/call-recording/immutable resource id.md)

0 commit comments

Comments
 (0)