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

cleanup-and-update-readme #12

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
## Run this demo in your localhost

1. Clone this Repo
2. Do `yarn install`
3. Do `yarn start`
4. Navigate to [http://127.0.0.1:9000](http://127.0.0.1:9000)
2. Get access token for users registered with Webex Calling. If you don't have an account request for a sandbox - https://developer.webex.com/docs/developer-sandbox-guide
3. In "js/app.js", put the access tokens (line 126, 128)
4. Run `yarn start`
5. Navigate to [http://127.0.0.1:9000](http://127.0.0.1:9000)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to specify here that mytrips.html is one page and other one is agent.html

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added.


## Important files
1. mytrips.html - This file contains the customer dashboard, can be used to initiate an outbound call.
2. agent.html - This file contains the agent dashboard, can be used to receive a call and initiate transfers.
3. sdk/calling-sdk.js - This file contains functions that utilize the calling SDK.

## Contact Us

Expand All @@ -14,7 +20,6 @@
- Webex SDK Contributors - https://eurl.io/#v-LbYXL27
- Chrome extension support space - https://eurl.io/#YbnG_BwcN


### Developer Support

- [Developer Support](https://developer.webex.com/support)
Expand All @@ -37,10 +42,11 @@
- [Github Wiki](https://github.com/webex/webex-js-sdk/wiki)

#### Calling

- [Introducing the Webex Web Calling SDK](https://github.com/webex/webex-js-sdk/wiki/Introducing-the-Webex-Web-Calling-SDK)
- [Core Concepts](https://github.com/webex/webex-js-sdk/wiki/Core-Concepts-(Calling))
- [Quickstart guide](https://github.com/webex/webex-js-sdk/wiki/Quickstart-Guide-(Calling))
- [Authorization](https://github.com/webex/webex-js-sdk/wiki/Authorization-(Calling))
- [Core Concepts](<https://github.com/webex/webex-js-sdk/wiki/Core-Concepts-(Calling)>)
- [Quickstart guide](<https://github.com/webex/webex-js-sdk/wiki/Quickstart-Guide-(Calling)>)
- [Authorization](<https://github.com/webex/webex-js-sdk/wiki/Authorization-(Calling)>)
- **Basic Features**
- [Incoming and outgoing calls](https://github.com/webex/webex-js-sdk/wiki/Incoming-and-Outgoing-Calls)
- **Advanced Features**
Expand Down
318 changes: 0 additions & 318 deletions index copy1.html

This file was deleted.

Loading