Add support for GFE 3.0.7

This commit is contained in:
Cameron Gutman
2016-10-05 17:32:30 -07:00
parent 9a07d5a33a
commit 23564a3028
5 changed files with 20 additions and 12 deletions

View File

@@ -11,6 +11,8 @@
@interface StreamConfiguration : NSObject
@property NSString* host;
@property NSString* appVersion;
@property NSString* gfeVersion;
@property NSString* appID;
@property int width;
@property int height;