Skip to content

cleanup-and-update-readme#12

Open
Shreyas281299 wants to merge 3 commits into
WebexSamples:mainfrom
Shreyas281299:cleanup-branch
Open

cleanup-and-update-readme#12
Shreyas281299 wants to merge 3 commits into
WebexSamples:mainfrom
Shreyas281299:cleanup-branch

Conversation

@Shreyas281299

Copy link
Copy Markdown
Collaborator
  • Cleanup and updated readme.

Comment thread README.md
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
Copy Markdown
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
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Added.

Comment thread LICENSE.md Outdated
@@ -1,81 +0,0 @@
CISCO SAMPLE CODE LICENSE

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

We should find what the template's license is and add it instead, I believe.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@adamweeks - Looking to know your thoughts on this one

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@mkesavan13 I believe @ashjorda has updated this repo with the correct license file needed.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@Shreyas281299 - In which case, we shouldn't remove this file. Please add it back

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@ashjorda has already removed this duplicate lisence.md.

@mkesavan13 mkesavan13 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Just one comment. We can discuss that with Adam Weeks if required

Comment thread sdk/calling-sdk.js
callerNumber.innerText = CallerIdEmitter.callerId.num;
});

incomingCall.on("remote_media", (track) => {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

We also should add an event listener for hold success, hold error, resume success and resume failure for both the call objects in this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants