Properly stop the stream when exiting or switching apps

This commit is contained in:
Cameron Gutman
2014-10-21 01:54:31 -04:00
parent c36fb14b15
commit 34d871403c
6 changed files with 38 additions and 7 deletions
+2
View File
@@ -13,4 +13,6 @@
@interface StreamManager : NSOperation
- (id) initWithConfig:(StreamConfiguration*)config renderView:(UIView*)view connectionTerminatedCallback:(id<ConTermCallback>)callback;
- (void) stopStream;
@end