Default admin approval to on in call links UI.
This commit is contained in:
parent
12529e9fb0
commit
4f001a0c95
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class CreateCallLinkViewModel(
|
|||
credentials = credentials,
|
||||
state = SignalCallLinkState(
|
||||
name = "",
|
||||
restrictions = Restrictions.NONE,
|
||||
restrictions = Restrictions.ADMIN_APPROVAL,
|
||||
revoked = false,
|
||||
expiration = Instant.MAX
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue