Skip to content

Commit ed212de

Browse files
committed
edit docs
1 parent 0778a90 commit ed212de

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/LIVESTREAMING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ To simplify this documentation, we are using the term "bot" instead of "copilot"
6464

6565
Bot developers would need to implement the livestreaming as outlined in this section. The implementation below will enable livestreaming to both Azure Bot Services and Teams.
6666

67+
> [!NOTE]
68+
> In the scenarios below, the livestream metadata is inside the `channelData` field. BotFramework-WebChat checks both `channelData` and the first element of the `entities` field for livestreaming metadata. It will appear in different places depending on the platform used to communicate with BotFramework-WebChat
69+
6770
### Scenario 1: Livestream from start to end
6871

6972
> In this example, we assume the bot is livestreaming the following sentence to the user:

0 commit comments

Comments
 (0)