Update to RingRTC v2.45.0

This commit is contained in:
Jim Gustafson
2024-07-29 17:11:38 -07:00
committed by mtang-signal
parent d406e8f5b8
commit 12529e9fb0
3 changed files with 8 additions and 7 deletions

View File

@@ -115,7 +115,8 @@ class SignalCallLinkManager(
credentialPresentation.serialize(),
rootKey,
adminPassKey,
publicParams.serialize()
publicParams.serialize(),
Restrictions.ADMIN_APPROVAL
) { result ->
if (result.isSuccess) {
Log.d(TAG, "Successfully created call link.")