Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/Middleware/CanUseTalkMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ class CanUseTalkMiddleware extends Middleware {

public const TALK_ANDROID_MIN_VERSION = '15.0.0';
public const TALK_ANDROID_MIN_VERSION_RECORDING_CONSENT = '18.0.0';
public const TALK_ANDROID_MIN_VERSION_E2EE_CALLS = '22.0.0';
public const TALK_ANDROID_MIN_VERSION_E2EE_CALLS = '99.0.0';

public const TALK_IOS_MIN_VERSION = '15.0.0';
public const TALK_IOS_MIN_VERSION_RECORDING_CONSENT = '18.0.0';
public const TALK_IOS_MIN_VERSION_E2EE_CALLS = '22.0.0';
public const TALK_IOS_MIN_VERSION_E2EE_CALLS = '99.0.0';


public function __construct(
Expand Down
Loading