Skip to content

Commit 1cb3115

Browse files
committed
Verbiage
1 parent a7a1665 commit 1cb3115

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/LIVESTREAMING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ To simplify this documentation, we are using the term "bot" instead of "copilot"
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

6767
> [!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:
68+
>
69+
> Web Chat supports livestreaming data in both `channelData` or `entities[type="streaminfo"]` field and can be used interchangeably. The following code snippet shows the livestream data in `entities` field.
6970
>
7071
> ```json
7172
> {
@@ -76,7 +77,7 @@ Bot developers would need to implement the livestreaming as outlined in this sec
7677
> "type": "streaminfo"
7778
> }
7879
> ],
79-
> "text": "A quick",
80+
> "text": "...",
8081
> "type": "typing"
8182
> }
8283
> ```

0 commit comments

Comments
 (0)