Fix use of negotiated stream parameters

This commit is contained in:
Cameron Gutman
2017-05-15 21:37:26 -07:00
parent 67469103d4
commit 203fcd82e7
2 changed files with 2 additions and 9 deletions
@@ -17,7 +17,6 @@ public class ConnectionContext {
public String serverAppVersion;
public String serverGfeVersion;
public int negotiatedVideoFormat;
public int negotiatedWidth, negotiatedHeight;
public int negotiatedFps;
}