Settings: Renamed "VoIP" in Settings > LABS to "Placing VoIP/Video calls"

This commit is contained in:
manuroe
2016-07-28 11:54:19 +02:00
parent b614352893
commit 42ae4df769
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -802,7 +802,7 @@
RoomInputToolbarView *roomInputToolbarView = (RoomInputToolbarView*)self.inputToolbarView;
// Check whether the call option is supported
roomInputToolbarView.supportCallOption = [[NSUserDefaults standardUserDefaults] boolForKey:@"labsEnableVoIP"]
roomInputToolbarView.supportCallOption = [[NSUserDefaults standardUserDefaults] boolForKey:@"labsEnableOutgoingVoIP"]
&& self.roomDataSource.mxSession.callManager != nil
&& self.roomDataSource.room.state.members.count == 2;