From 33e67e3d29cc4c9a5e0438c68adbfe150b76ba0c Mon Sep 17 00:00:00 2001 From: Marcelo Jabali Date: Wed, 9 Feb 2022 05:07:53 -0800 Subject: [PATCH] Sample Project Update (#363) * change for exp branch * merge-docs-v1 added for build to workflow * changes for dev and prod dispatch events * Testing changes * Sample Project Update Co-authored-by: harshad-symbl Co-authored-by: Adam Voliva Co-authored-by: amritesh-singh <88492460+amritesh-singh@users.noreply.github.com> --- .github/workflows/develop.yaml | 16 ++++++++-------- .../getting-conversation-intelligence.md | 4 ++-- docs/integrations/agora-sdk-plugin.md | 8 +++++++- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.github/workflows/develop.yaml b/.github/workflows/develop.yaml index 6d86c472..e9b27125 100644 --- a/.github/workflows/develop.yaml +++ b/.github/workflows/develop.yaml @@ -5,13 +5,13 @@ on: - 'develop' jobs: - build: - name: Build + trigger-circleci: runs-on: ubuntu-latest steps: - - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1 - with: - token: ${{ secrets.REPO_ACCESS_TOKEN }} - repository: ${{ secrets.REPO_NAME }} - event-type: build-staging + - name: Trigger exiting circleci job + uses: zivkaziv/circleci-trigger-github-action@master + with: + token: ${{ secrets.CCI_DOCS_TOKEN }} + branch: develop + org: rammerai + repo: docs-v1 diff --git a/docs/api-reference/getting-conversation-intelligence.md b/docs/api-reference/getting-conversation-intelligence.md index a3f34fbe..cdbbb2de 100644 --- a/docs/api-reference/getting-conversation-intelligence.md +++ b/docs/api-reference/getting-conversation-intelligence.md @@ -14,7 +14,7 @@ To get Conversation Intelligence,   [Step 2: Get Conversation Intelligence with Conversation API.](#2-get-conversation-intelligence-with-conversation-api) -### 1. Process conversation with Real-time OR Async API +### Step 1: Process conversation with Real-time OR Async API --- You can process your text, audio or video conversation with Symbl using: - [Real-time APIs](#real-time-apis) for connecting Symbl on live audio and video conversations
@@ -54,7 +54,7 @@ The Async API provides a REST interface that helps you submit any recorded or sa - [Audio API](/docs/async-api/overview/audio/post-audio) for processing recorded conversations via VoIP, voice mails, and audio calls. - [Video API](/docs/async-api/overview/video/post-video) for processing recorded conversations via video calls. -### 2. Get Conversation Intelligence with Conversation API +### Step 2: Get Conversation Intelligence with Conversation API --- In this step, you will use the **Conversation API** to fetch Transcripts, Topics, Action Items and all the supported insights. diff --git a/docs/integrations/agora-sdk-plugin.md b/docs/integrations/agora-sdk-plugin.md index 6bbb2806..a85e8a6d 100644 --- a/docs/integrations/agora-sdk-plugin.md +++ b/docs/integrations/agora-sdk-plugin.md @@ -782,7 +782,13 @@ public class MainActivity extends AppCompatActivity implements io.agora.rtc2.IMe } } ``` -### API Reference + +## Sample Project +--- +The following sample project provides you an Android mobile app using the Agora Video SDK and the Symbl.ai Extension and it can be used as a reference. Follow the instructions in the README file for setting up, configuring and running the sample mobile app in your own device. +[Sample Android App Project](https://github.com/symblai/symbl-agora-Android-app). + +## API Reference --- Find comprehensive information about our REST APIs in the [API Reference](https://docs.symbl.ai/docs/api-reference/getting-started) section.