Skip to content

Commit c796aba

Browse files
authored
Update diagnostic-options-tag.md
1 parent 8976ca0 commit c796aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/tutorials/voice-video-calling/diagnostic-options-tag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Each value can have a maximum length of 64 characters, with support for only let
3333

3434
Here is an example of how to use the **Diagnostic Options** parameters from within your WebJS application:
3535
```js
36-
this.callClient = new CallClient({
36+
const callClient = new CallClient({
3737
diagnostics: {
3838
appName: 'contoso-healthcare-calling-services',
3939
appVersion: '2.1',
@@ -48,7 +48,7 @@ Once you add the values to your client SDK, they're populated and appear in your
4848
**contoso-healthcare-calling-services**/**2.1** azsdk-js-communication-calling/1.27.1-rc.10 (javascript_calling_sdk;**#clientTag:contoso_virtual_visits"**,**`#clientTag:participant0001**). Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0
4949

5050
> [!NOTE]
51-
> If you doesn't set a value of `appName` and `appVersion` from within the client API, the default value of default/0.0.0 will appear within the `UserAgent` field
51+
> If you don't set a value of `appName` and `appVersion` from within the client API, the default value of default/0.0.0 will appear within the `UserAgent` field.
5252
5353
## Next steps
5454
- Learn more about Azure Communication Services Call Diagnostic Center [here](../../concepts//voice-video-calling/call-diagnostics.md)

0 commit comments

Comments
 (0)