Shift more button to the left for voice calls

This commit is contained in:
ismailgulek
2020-12-14 15:00:36 +03:00
parent da12e3ea88
commit 354e5a2a48
3 changed files with 16 additions and 3 deletions
+1
View File
@@ -27,6 +27,7 @@
@property (weak, nonatomic) IBOutlet UIView *callControlsBackgroundView;
@property (unsafe_unretained, nonatomic) IBOutlet NSLayoutConstraint *callerImageViewWidthConstraint;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *moreButtonLeadingConstraint;
// At the end of call, this flag indicates if the prompt to use the fallback should be displayed
@property (nonatomic) BOOL shouldPromptForStunServerFallback;