Skip to content

Commit

Permalink
Merge pull request #337 from symblai/SDK-links
Browse files Browse the repository at this point in the history
Web-sdk-docs
  • Loading branch information
pema-s authored Jan 17, 2022
2 parents 3674a25 + 36b1661 commit 17b8afc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conversation-api/concepts/trackers.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This feature is in the Beta phase. If you have any questions, ideas or suggestio

## What is a Tracker?

Trackers are user-defined enities that allow you to track the occurrences of any characteristics or events in a conversation with just a few examples. You can track critical moments in a conversation across several use cases in both real-time as the conversation is in-progress as well as asynchronously after the conversation is over from recordings. Some use cases for Trackers are when a customer is unhappy, when someone is rude, potential sales opportunity so you can identify emerging trends and gauge the nature of interactions.
Trackers are user-defined entities that allow you to track the occurrences of any characteristics or events in a conversation with just a few examples. You can track critical moments in a conversation across several use cases in both real-time as the conversation is in-progress as well as asynchronously after the conversation is over from recordings. Some use cases for Trackers are when a customer is unhappy, when someone is rude, potential sales opportunity so you can identify emerging trends and gauge the nature of interactions.

## How Trackers Work

Expand Down
18 changes: 14 additions & 4 deletions sdk-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,25 @@ import TabItem from '@theme/TabItem';

Programmatically use Symbl APIs and integrate it with your web applications and meeting platforms.

Use Symbl's SDKs to directly add Symbl's capabilities onto your web conferencing platforms. It is available in popular programming languages.
Use Symbl's SDKs to directly add Symbl's capabilities onto your web conferencing platforms. It is available in popular programming languages given below:

 
<button class="button button1"><a href="/docs/javascript-sdk/introduction">Get Started with JavaScript SDK</a></button><br/>

<button class="button button2"><a href="/docs/python-sdk/overview">Get Started with Python SDK</a></button>
<button class="button button1"><a href="/docs/javascript-sdk/introduction">JavaScript</a></button>

<button class="button button2"><a href="/docs/python-sdk/overview">Python</a></button>
<br/>
<button class="button button3"><a href="https://github.com/symblai/symbl-web-sdk">Web SDK</a></button>

<button class="button button4"><a href="https://github.com/ranjancse26/symbl-csharp-sdk">C#</a></button>
&nbsp;
&nbsp;
&nbsp;

<br/>
<br/>


*The C# SDK is not maintained as a part of Symbl's official repository yet. While you can utilize this SDK, support for the same is not available at this point.*

---

0 comments on commit 17b8afc

Please sign in to comment.