now pass stream configuration through the segue

This commit is contained in:
Diego Waxemberg
2015-02-01 19:46:28 -05:00
parent 337e5e3d9d
commit 7d7adb0753
4 changed files with 26 additions and 21 deletions

View File

@@ -36,7 +36,7 @@
_controllerSupport = [[ControllerSupport alloc] init];
_streamMan = [[StreamManager alloc] initWithConfig:[MainFrameViewController getStreamConfiguration]
_streamMan = [[StreamManager alloc] initWithConfig:self.streamConfig
renderView:self.view
connectionCallbacks:self];
NSOperationQueue* opQueue = [[NSOperationQueue alloc] init];