Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 2-  Replace all instances of {{verba-base-url}} with the Verba server’s base URL

Example:

SEE MATE - whats the best way to add a code snippet


Code Block
languagejs
titleApp ID example
{
  "$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.verintenglabdemolab.com/verba/msTeamsApp,
            "websiteUrl": https://verbapool1app.verintenglabdemolab.com/verba/msTeamsApp,
            "scopes": [
                "personal"
            ]
        }
    ],

...