Skip to content

Commit

Permalink
add videochat-ca2 server into domains list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Jiang committed Apr 17, 2020
1 parent 640ebc5 commit 81542b4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions ios/app/app.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<string>applinks:videochat-jwt.jane.qa</string>
<string>applinks:videochat-us.janeapp.com</string>
<string>applinks:videochat-ca.janeapp.com</string>
<string>applinks:videochat-ca2.janeapp.com</string>
<string>applinks:videochat.janeapp.com.au</string>
<string>applinks:videochat.janeapp.co.uk</string>
</array>
Expand Down
4 changes: 2 additions & 2 deletions ios/app/app.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -496,7 +496,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Jane Online Appointments.app"
BuildableName = "Jane Video.app"
BlueprintName = "Jane Online Appointments"
ReferencedContainer = "container:app.xcodeproj">
</BuildableReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Jane Online Appointments.app"
BuildableName = "Jane Video.app"
BlueprintName = "Jane Online Appointments"
ReferencedContainer = "container:app.xcodeproj">
</BuildableReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Jane Online Appointments.app"
BuildableName = "Jane Video.app"
BlueprintName = "Jane Online Appointments"
ReferencedContainer = "container:app.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -45,7 +45,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Jane Online Appointments.app"
BuildableName = "Jane Video.app"
BlueprintName = "Jane Online Appointments"
ReferencedContainer = "container:app.xcodeproj">
</BuildableReference>
Expand All @@ -62,7 +62,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "Jane Online Appointments.app"
BuildableName = "Jane Video.app"
BlueprintName = "Jane Online Appointments"
ReferencedContainer = "container:app.xcodeproj">
</BuildableReference>
Expand Down
2 changes: 1 addition & 1 deletion ios/app/src/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ - (BOOL)application:(UIApplication *)application

jitsiMeet.conferenceActivityType = JitsiMeetConferenceActivityType;
jitsiMeet.customUrlScheme = @"janeoa";
jitsiMeet.universalLinkDomains = @[@"videochat-jwt.jane.qa",@"videochat.jane.qa",@"videochat-us.janeapp.com",@"videochat-ca.janeapp.com",@"videochat.janeapp.com.au",@"videochat.janeapp.co.uk"];
jitsiMeet.universalLinkDomains = @[@"videochat-jwt.jane.qa",@"videochat.jane.qa",@"videochat-us.janeapp.com",@"videochat-ca.janeapp.com",@"videochat-ca2.janeapp.com",@"videochat.janeapp.com.au",@"videochat.janeapp.co.uk"];

jitsiMeet.defaultConferenceOptions = [JitsiMeetConferenceOptions fromBuilder:^(JitsiMeetConferenceOptionsBuilder *builder) {
builder.serverURL = [NSURL URLWithString:@"https://videochat.jane.qa"];
Expand Down
1 change: 1 addition & 0 deletions react/features/base/known-domains/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const DEFAULT_STATE = [
'videochat-jwt.jane.qa',
'videochat-us.janeapp.com',
'videochat-ca.janeapp.com',
'videochat-ca2.janeapp.com',
'videochat.janeapp.com.au',
'videochat.janeapp.co.uk',
];
Expand Down

0 comments on commit 81542b4

Please sign in to comment.