VoIP: Fallback to matrix.org STUN server with a confirmation dialog

#2646
This commit is contained in:
manuroe
2019-08-28 17:04:49 +02:00
parent 0fa42c251f
commit ef767d4178
10 changed files with 207 additions and 2 deletions
+3
View File
@@ -26,4 +26,7 @@
@property (unsafe_unretained, nonatomic) IBOutlet NSLayoutConstraint *callerImageViewWidthConstraint;
// At the end of call, this flag indicates if the prompt to use the fallback should be displayed
@property (nonatomic) BOOL shouldPromptForStunServerFallback;
@end