Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web-sdk-docs #337

Merged
merged 1 commit into from
Jan 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.*

---