Skip to content

Commit 66a3ac9

Browse files
add sounds link
1 parent 06b9980 commit 66a3ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/tutorials/calling-widget/calling-widget-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ function App() {
183183
ariaLive="assertive"
184184
labelPosition="top"
185185
/>
186-
;
187186
</Stack>
188187
);
189188
}
@@ -539,6 +538,7 @@ export const CallingWidgetComponent = (
539538
);
540539
};
541540
```
541+
In the `CallAdapterOptions` we see some sound files referenced, these are to use the Calling Sounds feature in the `CallComposite`. If you are interested in using the sounds please see the completed code to [download the sound files](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/ui-library-click-to-call/public/sounds).
542542

543543
#### 5. Style the widget
544544

0 commit comments

Comments
 (0)