Skip to content

Commit

Permalink
Cleanup qf.
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchudziak committed Aug 16, 2016
1 parent e0eec65 commit 7b95c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RCTOpenTokSubscriberView.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ - (void)didMoveToWindow {
* Calls `onSubscribeError` in case an error happens during initial creation.
*/
- (void)mount {
[self cleanupSubscriber];
_session = [[OTSession alloc] initWithApiKey:_apiKey sessionId:_sessionId delegate:self];

OTError *error = nil;
Expand Down

0 comments on commit 7b95c2c

Please sign in to comment.