UI Feature Flag: Disable VoIP
This commit is contained in:
parent
f4f94e31d1
commit
d1070c05dd
4 changed files with 20 additions and 6 deletions
|
@ -18,4 +18,5 @@ limitations under the License.
|
|||
export enum UIFeature {
|
||||
URLPreviews = "UIFeature.urlPreviews",
|
||||
Widgets = "UIFeature.widgets",
|
||||
Voip = "UIFeature.voip",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue