Skip to content

Commit

Permalink
fix(samples): update wording in samples to avoid confusion (#4014)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreenara authored Dec 2, 2024
1 parent 0ec1a20 commit 602e8c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/samples/browser-plugin-meetings/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ function collectMeetings() {

createMeetingSelectElm.addEventListener('change', (event) => {
if (event.target.value === 'CONVERSATION_URL') {
createMeetingActionElm.innerText = 'Create Adhoc Meeting';
createMeetingActionElm.innerText = 'Create Adhoc Meeting using conversation URL (INTERNAL-USE ONLY)';
}
else {
createMeetingActionElm.innerText = 'Create Meeting';
Expand Down
4 changes: 2 additions & 2 deletions docs/samples/calling/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ <h2 class="collapsible">Authentication</h2>
<legend>Advanced Settings</legend>

<p class="text-color" style="margin-top: 0; padding: 0;">
Following options allow to set the type of registration, service domain (e.g. cisco.webex.com), server region (e.g. east) and the country (e.g. us).
Following options allow to set the type of registration, service domain (only needed for contactcenter - rtw.prod-us1.rtmsprod.net ), server region (e.g. US-EAST) and the country (e.g. US).
<br><br>
<strong>Note:</strong> Please update these before <mark>Initialize Calling</mark> if want to use different values.
<strong>Note:</strong> Please set these fields before <mark>Initialize Calling</mark> to customize the registration behavior.
</p>

<div class="u-mv">
Expand Down

0 comments on commit 602e8c6

Please sign in to comment.