UI Feature Flag: Disable VoIP

This commit is contained in:
Michael Telatynski 2020-09-16 13:40:27 +01:00
parent f4f94e31d1
commit d1070c05dd
4 changed files with 20 additions and 6 deletions

View file

@ -18,4 +18,5 @@ limitations under the License.
export enum UIFeature {
URLPreviews = "UIFeature.urlPreviews",
Widgets = "UIFeature.widgets",
Voip = "UIFeature.voip",
}