Skip to content

Commit 9c92300

Browse files
authored
typo fix
1 parent 1deb3b3 commit 9c92300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/record-calls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const isComplianceRecordingActiveChangedHandler = () => {
6060
callRecordingApi.on('isRecordingActiveChanged', isComplianceRecordingActiveChangedHandler);
6161
```
6262

63-
Compliance recording could be implemented by using custom recording bot [HitGub Example](https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/a3943bafd73ce0df780c0e1ac3428e3de13a101f/Samples/BetaSamples/LocalMediaSamples/ComplianceRecordingBot).<br>
63+
Compliance recording could be implemented by using custom recording bot [GitHub Example](https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/a3943bafd73ce0df780c0e1ac3428e3de13a101f/Samples/BetaSamples/LocalMediaSamples/ComplianceRecordingBot).<br>
6464
To hide this bot from participant roster we need to add specific metadata information, it will be used by Azure Communication SDK and Teams client:
6565
```json
6666
"metadata": {"__platform":{"ui":{"hidden":true}

0 commit comments

Comments
 (0)