Skip to content

Commit 77b79e3

Browse files
authored
Update call-recording-java.md
1 parent d9bcbdb commit 77b79e3

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Response<StartCallRecordingResult> response = callAutomationClient.getCallRecord
6363
```
6464

6565
### 2.1. Only for Unmixed - Specify a user on a channel 0
66+
To produce unmixed audio recording files, you can use the `ChannelAffinity` functionality to specify which user you want to record on each channel. Channel 0 typically records the agent attending or making the call. If you use the affinity channel but don't specify any user to any channel, Call Recording will assign channel 0 to the first person on the call speaking.
6667

6768
```java
6869
StartRecordingOptions recordingOptions = new StartRecordingOptions(new ServerCallLocator("<serverCallId>"))

0 commit comments

Comments
 (0)