Skip to content

Commit b83f616

Browse files
authored
Update file-sharing-tutorial-acs-chat.md
1 parent 00fa488 commit b83f616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/tutorials/file-sharing-tutorial-acs-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ const attachmentSelectionHandler: AttachmentSelectionHandler = async (uploadTask
296296
297297
## File downloads - advanced usage
298298
299-
By default, the file `url` provided through `notifyUploadCompleted` method is used to trigger a file download. However, if you need to handle a download in a different way, you can provide a custom handler `actionsForAttachment` to ChatComposite.
299+
By default, the UI library will open a new tab pointing to the URL you have set when you `notifyUploadComplete`. Alternatively, you can have a custom logic to handle attachment downloads via `actionsForAttachment`. Let's take a look of an example.
300300
301301
`App.tsx`
302302

0 commit comments

Comments
 (0)