Skip to content

Commit

Permalink
Sample Project Update (#363)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Adam Voliva <[email protected]>
Co-authored-by: amritesh-singh <[email protected]>
  • Loading branch information
4 people authored Feb 9, 2022
1 parent 2aa10e4 commit 33e67e3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/api-reference/getting-conversation-intelligence.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To get Conversation Intelligence,

&nbsp;&nbsp;[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<br/>
Expand Down Expand Up @@ -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.
Expand Down
8 changes: 7 additions & 1 deletion docs/integrations/agora-sdk-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 33e67e3

Please sign in to comment.