Skip to content

Commit ec82f53

Browse files
authored
Update call-recording-java.md
1 parent 3314085 commit ec82f53

File tree

1 file changed

+1
-1
lines changed
  • articles/communication-services/quickstarts/voice-video-calling/includes/call-recording-samples

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/call-recording-samples/call-recording-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Call Recording APIs use exclusively the `serverCallId`to initiate recording. The
1919

2020
### Call Automation scenarios
2121
- When using [Call Automation](../../callflows-for-customer-interactions.md), you have two options to get the `serverCallId`:
22-
1) Once a call is created, a `serverCallId` is returned as a property of the `CallConnected` event after a call has been established. Learn how to [Get serverCallId](https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/callflows-for-customer-interactions?pivots=programming-language-csharp#configure-programcs-to-answer-the-call) from Call Automation SDK.
22+
1) Once a call is created, a `serverCallId` is returned as a property of the `CallConnected` event after a call has been established. Learn how to [Get CallConnected event](https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/callflows-for-customer-interactions?pivots=programming-language-csharp#configure-programcs-to-answer-the-call) from Call Automation SDK.
2323
2) Once you answer the call or a call is created the `serverCallId` is returned as a property of the `AnswerCallResult` or `CreateCallResult` API responses respectively.
2424

2525
### Calling SDK scenarios

0 commit comments

Comments
 (0)