-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat Samples v2 Migration #15317
Chat Samples v2 Migration #15317
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I'll approve once the samples aren't skipped anymore since they were not being skipped before.
@@ -2,7 +2,7 @@ | |||
// Licensed under the MIT License. | |||
|
|||
/** | |||
* Demonstrates how to use the ChatThreadClient to do message operations | |||
* @summary Demonstrates how to use the ChatThreadClient to do message operations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* @summary Demonstrates how to use the ChatThreadClient to do message operations | |
* @summary Perform message thread operations using the ChatThreadClient. |
@@ -2,7 +2,7 @@ | |||
// Licensed under the MIT License. | |||
|
|||
/** | |||
* Demonstrates how to use the ChatThreadClient to do participant operations | |||
* @summary Demonstrates how to use the ChatThreadClient to do participant operations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* @summary Demonstrates how to use the ChatThreadClient to do participant operations | |
* @summary Add, list and remove participants from a ChatClient using the ChatThreadClient. |
@@ -2,7 +2,7 @@ | |||
// Licensed under the MIT License. | |||
|
|||
/** | |||
* Demonstrates how to use the ChatClient to do thread operations | |||
* @summary Demonstrates how to use the ChatClient to do thread operations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* @summary Demonstrates how to use the ChatClient to do thread operations | |
* @summary Perform thread operations using the ChatClient. |
Closes #14466 |
Migrate Communication Chat samples from the older samples v1 system to the new samples v2 system.