diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 76abf3ade..891e1a9a7 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -25,6 +25,7 @@ + diff --git a/ios/app/app.entitlements b/ios/app/app.entitlements index accd78bb6..1771a4ad3 100644 --- a/ios/app/app.entitlements +++ b/ios/app/app.entitlements @@ -4,6 +4,7 @@ com.apple.developer.associated-domains + applinks:alpha.jitsi.net applinks:beta.meet.jit.si applinks:meet.jit.si diff --git a/ios/app/src/AppDelegate.m b/ios/app/src/AppDelegate.m index d7acc40d7..374fdd6a6 100644 --- a/ios/app/src/AppDelegate.m +++ b/ios/app/src/AppDelegate.m @@ -41,7 +41,7 @@ jitsiMeet.conferenceActivityType = JitsiMeetConferenceActivityType; jitsiMeet.customUrlScheme = @"org.jitsi.meet"; - jitsiMeet.universalLinkDomains = @[@"meet.jit.si", @"beta.meet.jit.si"]; + jitsiMeet.universalLinkDomains = @[@"meet.jit.si", @"alpha.jitsi.net", @"beta.meet.jit.si"]; jitsiMeet.defaultConferenceOptions = [JitsiMeetConferenceOptions fromBuilder:^(JitsiMeetConferenceOptionsBuilder *builder) { builder.serverURL = [NSURL URLWithString:@"https://meet.jit.si"]; diff --git a/react/features/base/known-domains/reducer.js b/react/features/base/known-domains/reducer.js index 10a3e0502..78fb7a88b 100644 --- a/react/features/base/known-domains/reducer.js +++ b/react/features/base/known-domains/reducer.js @@ -17,6 +17,7 @@ import { ADD_KNOWN_DOMAINS } from './actionTypes'; * out of the Andorid manifest. */ export const DEFAULT_STATE = [ + 'alpha.jitsi.net', 'beta.meet.jit.si', 'meet.jit.si', '8x8.vc'