feat(ios) enable Dropbox recording
This commit is contained in:
parent
dc8925cbf4
commit
781bb5bd18
|
@ -37,13 +37,8 @@
|
||||||
[builder setFeatureFlag:@"welcomepage.enabled" withBoolean:YES];
|
[builder setFeatureFlag:@"welcomepage.enabled" withBoolean:YES];
|
||||||
[builder setFeatureFlag:@"resolution" withValue:@(360)];
|
[builder setFeatureFlag:@"resolution" withValue:@(360)];
|
||||||
[builder setFeatureFlag:@"ios.screensharing.enabled" withBoolean:YES];
|
[builder setFeatureFlag:@"ios.screensharing.enabled" withBoolean:YES];
|
||||||
builder.serverURL = [NSURL URLWithString:@"https://meet.jit.si"];
|
|
||||||
|
|
||||||
// Apple rejected our app because they claim requiring a
|
|
||||||
// Dropbox account for recording is not acceptable.
|
|
||||||
#if DEBUG
|
|
||||||
[builder setFeatureFlag:@"ios.recording.enabled" withBoolean:YES];
|
[builder setFeatureFlag:@"ios.recording.enabled" withBoolean:YES];
|
||||||
#endif
|
builder.serverURL = [NSURL URLWithString:@"https://meet.jit.si"];
|
||||||
}];
|
}];
|
||||||
|
|
||||||
[jitsiMeet application:application didFinishLaunchingWithOptions:launchOptions];
|
[jitsiMeet application:application didFinishLaunchingWithOptions:launchOptions];
|
||||||
|
|
Loading…
Reference in New Issue