mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Group call: Enable the call button in group chat
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user