Skip to content

Commit 74c1bec

Browse files
authored
Update teams-phone-extensibility-quickstart.md
adding extra note on call recording
1 parent f8012be commit 74c1bec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/communication-services/quickstarts/tpe/teams-phone-extensibility-quickstart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,9 @@ StartRecordingOptions recordingOptions = new StartRecordingOptions("<callConnect
495495
Response<RecordingStateResult> response = await callAutomationClient.GetCallRecording()
496496
.StartAsync(recordingOptions);
497497
```
498+
> [!NOTE]
499+
> Recording started with connection Id is started async (204 response code) and recording state change is updated via call back event (Microsoft.Communication.RecordingStateChanged) received on RecordingStateCallbackUri.
500+
Additionally any failures to start recording is reported via a new callback event (Microsoft.Communication.StartRecordingFailed) received on RecordingStateCallbackUri.
498501

499502

500503
## Alpha SDKs

0 commit comments

Comments
 (0)