Azure-Samples / communication-services-dotnet-quickstarts

Sample code for Azure Communication Services .Net quickstarts
MIT License
79 stars 110 forks source link

Update QS sample by the latest GA SDK #97

Closed jowang-msft closed 1 year ago

jowang-msft commented 1 year ago

Purpose

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
Updating the ACS Windows SDK to align with the latest ACS Windows SDK

## How to Test
*  Get the code

git clone https://github.com/Azure-Samples/communication-services-dotnet-quickstarts cd Calling git checkout [branch-name] npm install


* Test the code
<!-- Add steps to run the tests suite and/or manually test -->


## What to Check
Verify that the following are valid
* ...

## Other Information
<!-- Add any other helpful information that may be needed here. -->