Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
gencay tekin
jitsi-meet
Commits
781bb5bd
Commit
781bb5bd
authored
2 years ago
by
Saúl Ibarra Corretgé
Committed by
Saúl Ibarra Corretgé
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
feat(ios) enable Dropbox recording
parent
dc8925cb
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ios/app/src/AppDelegate.m
+1
-6
ios/app/src/AppDelegate.m
with
1 addition
and
6 deletions
ios/app/src/AppDelegate.m
+
1
−
6
View file @
781bb5bd
...
...
@@ -37,13 +37,8 @@
[
builder
setFeatureFlag
:
@"welcomepage.enabled"
withBoolean
:
YES
];
[
builder
setFeatureFlag
:
@"resolution"
withValue
:
@
(
360
)];
[
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
];
#endif
builder
.
serverURL
=
[
NSURL
URLWithString
:
@"https://meet.jit.si"
];
}];
[
jitsiMeet
application
:
application
didFinishLaunchingWithOptions
:
launchOptions
];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets