mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
VoIP: Remove "Placing VoIP/Video calls" from Settings > LABS. The feature is always enabled
This commit is contained in:
@@ -912,8 +912,7 @@
|
||||
|
||||
// Check whether the call option is supported
|
||||
roomInputToolbarView.supportCallOption =
|
||||
[[NSUserDefaults standardUserDefaults] boolForKey:@"labsEnableOutgoingVoIP"]
|
||||
&& self.roomDataSource.mxSession.callManager != nil
|
||||
self.roomDataSource.mxSession.callManager != nil
|
||||
&& (self.roomDataSource.room.state.joinedMembers.count == 2
|
||||
|| ([[NSUserDefaults standardUserDefaults] boolForKey:@"labsEnableConferenceCall"] && self.roomDataSource.room.state.joinedMembers.count > 2));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user