We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 082c02d + da96207 commit b5f2af6Copy full SHA for b5f2af6
lib/Middleware/CanUseTalkMiddleware.php
@@ -42,11 +42,11 @@ class CanUseTalkMiddleware extends Middleware {
42
43
public const TALK_ANDROID_MIN_VERSION = '15.0.0';
44
public const TALK_ANDROID_MIN_VERSION_RECORDING_CONSENT = '18.0.0';
45
- public const TALK_ANDROID_MIN_VERSION_E2EE_CALLS = '22.0.0';
+ public const TALK_ANDROID_MIN_VERSION_E2EE_CALLS = '99.0.0';
46
47
public const TALK_IOS_MIN_VERSION = '15.0.0';
48
public const TALK_IOS_MIN_VERSION_RECORDING_CONSENT = '18.0.0';
49
- public const TALK_IOS_MIN_VERSION_E2EE_CALLS = '22.0.0';
+ public const TALK_IOS_MIN_VERSION_E2EE_CALLS = '99.0.0';
50
51
52
public function __construct(
0 commit comments