...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.14/MicrosoftTeams.schema.json", "version": "1.0.0", "manifestVersion": "1.14", "id": "150a0b12-9475-4b4f-8928-aef33d7d401e", "packageName": "com.package.name", "name": { ... "staticTabs": [ { "entityId": "index", "name": "Recording Tab", "contentUrl": https://verbapool1app.verintenglab.com/verba/msTeamsApp, "websiteUrl": https://verbapool1app.verintenglab.com/verba/msTeamsApp, "scopes": [ "personal" ] } ], |
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.14/MicrosoftTeams.schema.json",
"version": "1.0.0",
"manifestVersion": "1.14",
"id": "150a0b12-9475-4b4f-8928-aef33d7d401e",
"packageName": "com.package.name",
"name": {
...
"staticTabs": [
{
"entityId": "index",
"name": "Recording Tab",
"contentUrl": https://verbapool1app.verintenglab.com/verba/msTeamsApp,
"websiteUrl": https://verbapool1app.verintenglab.com/verba/msTeamsApp,
"scopes": [
"personal"
]
}
],
Step 3 - Replace {{verba-server-domain}} with the Verba server’s domain name
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
" |
...
validDomains": [ |
...
"verbapool1app.verintenglab.com" |
...
] |
Step 4 - Replace all instances of {{azure-app-id}} with "Application (client) ID" of the Azure AD Application created above.
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
"webApplicationInfo": |
...
{ "id": "3ebcfff6-0b0b-4d8b-91d4-9b2a292c529e", |
...
"resource": "api://verbapool1app.verintenglab.com/3ebcfff6-0b0b-4d8b-91d4-9b2a292c529e" |
...
} |
Upload the VFC Recording Controls Application Bundle
Step 1 - Login to MS Teams Admin Portal https://admin.teams.microsoft.com/
...