Skip to content

Commit

Permalink
feat(invite) remove newly documented config from undocumented setting…
Browse files Browse the repository at this point in the history
…s list
  • Loading branch information
Raphaël Badawi committed Apr 9, 2024
1 parent f70e443 commit 5ed6d73
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1517,12 +1517,14 @@ var config = {
// and will automatically redirect to the token service to get the token for the meeting.
// tokenAuthUrlAutoRedirect: false

/** @todo document this in the dev handbook and then remove from undocumented settings list */
// You can put an array of values to target different entity types in the invite dialog.
// Valid values are "conferenceRooms", "user", "room" and "email"
// Valid values are "phone", "room", "sip", "user", "videosipgw" and "email"
// peopleSearchQueryTypes: ["user", "email"],
// Directory endpoint which is called for invite dialog autocomplete
// peopleSearchUrl: "https://myservice.com/api/invite",
// peopleSearchUrl: "https://myservice.com/api/people",
// Endpoint which is called to send invitation requests
// inviteServiceUrl: https://myservice.com/api/invite",

// For external entities (e. g. email), the localStorage key holding the token value for directory endpoint authentication
// peopleSearchTokenLocation: "mytoken",
// For external entities (e. g. email), the key expected to hold the authentication token value
Expand All @@ -1544,8 +1546,6 @@ var config = {
iAmRecorder
iAmSipGateway
microsoftApiApplicationClientID
peopleSearchQueryTypes
peopleSearchUrl
requireDisplayName
*/

Expand Down
15 changes: 15 additions & 0 deletions twa/app/src/main/res/xml/shortcuts.xml
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
<!--
Copyright 2019 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<shortcuts xmlns:android='http://schemas.android.com/apk/res/android' />

0 comments on commit 5ed6d73

Please sign in to comment.