VoIP: Remove "Placing VoIP/Video calls" from Settings > LABS. The feature is always enabled

This commit is contained in:
manuroe
2016-09-05 15:56:07 +02:00
parent 98b5a32ea8
commit 2f86d178d0
3 changed files with 6 additions and 43 deletions
+1 -2
View File
@@ -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));