Skip to content

Commit

Permalink
Merge branch 'next' into wxccdesktop
Browse files Browse the repository at this point in the history
  • Loading branch information
lialang-cisco authored Dec 20, 2024
2 parents 7a919a2 + 31f2bf3 commit b445b00
Show file tree
Hide file tree
Showing 87 changed files with 3,971 additions and 1,563 deletions.
3 changes: 0 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ <h2 class="page-header">Samples</h2>
<a href="./samples/browser-read-status/" class="list-group-item">Read Status</a>

<a href="./samples/browser-socket/" class="list-group-item">Socket</a>

<a href="./samples/browser-plugin-presence/" class="list-group-item">Presence</a>
</div>
</div>
<div class="col-md-4">
Expand All @@ -94,7 +92,6 @@ <h2 class="page-header">API Reference</h2>
<div class="list-group">
<a href="./api" class="list-group-item">Meetings API Reference</a>
<a href="./calling" class="list-group-item">Calling API Reference</a>
<a href="./presence" class="list-group-item">Presence API Reference</a>
</div>
</div>
<div class="col-md-4">
Expand Down
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
205 changes: 0 additions & 205 deletions docs/samples/browser-plugin-presence/app.js

This file was deleted.

96 changes: 0 additions & 96 deletions docs/samples/browser-plugin-presence/index.html

This file was deleted.

Loading

0 comments on commit b445b00

Please sign in to comment.