Group call: Enable the call button in group chat

This commit is contained in:
manuroe
2016-08-05 17:46:33 +02:00
parent df973fdc01
commit 9341055c74
+1 -1
View File
@@ -812,7 +812,7 @@
// Check whether the call option is supported
roomInputToolbarView.supportCallOption = [[NSUserDefaults standardUserDefaults] boolForKey:@"labsEnableOutgoingVoIP"]
&& self.roomDataSource.mxSession.callManager != nil
&& self.roomDataSource.room.state.joinedMembers.count == 2;
&& self.roomDataSource.room.state.joinedMembers.count > 1;
// Set user picture in input toolbar
MXKImageView *userPictureView = roomInputToolbarView.pictureView;