Skip to content

Commit

Permalink
Add C# support for the tutorial "Audio/Video Calling from a Custom Ap…
Browse files Browse the repository at this point in the history
…p into a Teams Meeting" (#24)

* Add server/csharp to the ACS sample

* update functions sdk version

* copy existing typescript md files

* add ja-jp folder (to be Japanese)

* refactor to use DI and update to C# 10

* remove POST method

* Translate Exercise 1 to ja-jp

* Change ミーティング to 会議

* wip

* write Exercise 3 for csharp and Japanese.

* Update Exercise 4

* Exercise 5

* Exercise 6, 7

* fix wrong powershell script

* add CORS

* fix wrong powershell

* fix typo at ja-jp/01

* add ja-jp/02

* fix path error in ja-jp/02

* change directory arrangement

* Add en-us CSharp03

* fix typo

* fix typo

* rename projects and create GraphService

* ignore .vs folder

* update

* update docs and sources

* fix error

* fix deploy error

* Update 03-Create-Teams-Meeting.md

* Update 03-Create-Teams-Meeting.md

* en-us/04

* en-us/05

* en-us/06

* remove ja-jp folder

* fix some typos

---------

Co-authored-by: Kazuki Ota <[email protected]>
  • Loading branch information
chomado and runceel committed May 1, 2023
1 parent 66c30b8 commit 16026d8
Show file tree
Hide file tree
Showing 21 changed files with 1,843 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ build
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/.vs
2 changes: 2 additions & 0 deletions samples/acs-to-teams-meeting/server/csharp/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
Loading

0 comments on commit 16026d8

Please sign in to comment.