page_type | description | products | languages | extensions | urlFragment | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sample |
This is a sample application which demonstrates how to use CART link to send live captions in the meeting tab. |
|
|
|
officedev-microsoft-teams-samples-meetings-live-caption-csharp |
This is a sample meeting side panel application which demonstrates how to enable live caption in the meeting and using the CART link how to send caption in live meeting. Meeting side panel application uses CART link to send caption in live meeting.
Once the meeting is scheduled, follow this doc to enable Provide Cart Catptions. Copy the CART link it will used while configuring tab for meeting.
- Meeting Chat
- Meeting Details
- Meeting SidePanel
- Cart API
- Microsoft Teams is installed and you have an account (not a guest account)
- .NET 6.0 SDK.
# determine dotnet version dotnet --version
- dev tunnel or ngrok latest version or equivalent tunneling solution
- M365 developer account or access to a Teams account with the appropriate permissions to install an app.
Note these instructions are for running the sample on your local machine, the tunnelling solution is required because the Teams service needs to call into the bot.
-
Run ngrok - point to port 3978
ngrok http 3978 --host-header="localhost:3978"
Alternatively, you can also use the
dev tunnels
. Please follow Create and host a dev tunnel and host the tunnel with anonymous user access command as shown below:devtunnel host -p 3978 --allow-anonymous
-
Clone the repository
git clone https://github.com/OfficeDev/Microsoft-Teams-Samples.git
-
Open the code in Visual Studio
- File -> Open -> Project/Solution
- Navigate to folder where repository is cloned then
samples/meetings-live-caption/csharp/MeetingLiveCaption.sln
-
Run the bot from Visual Studio:
- Press
F5
to run the project
- Press
-
Modify the
manifest.json
in the/AppManifest
folder and replace the following details:<<AppId>>
with any GUID id value.<<App-Domain>>
with base Url domain. E.g. if you are using ngrok it would behttps://1234.ngrok-free.app
then your domain-name will be1234.ngrok-free.app
and if you are using dev tunnels then your domain will be like:12345.devtunnels.ms
.
-
Zip the contents of
AppManifest
folder into amanifest.zip
, and use themanifest.zip
to deploy in app store or add to Teams using step 6. -
Upload the manifest.zip to Teams (in the Apps view click "Upload a custom app")
- Go to Microsoft Teams and then go to side panel, select Apps
- Choose Manage your apps -> Upload an app -> Upload a custom App
- Go to your project directory, the ./AppManifest folder, select the zip folder, and choose Open.
- Select Add in the pop-up dialog box. Your app is uploaded to Teams.
NOTE: If you are not able to send caption, try configuring tab again.