You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've forked your repository and before I start thank you for effort on this project!
Problem I have is that I can't close session, app always crashes. I try to close it like this:
[self.client sendData:[@"{"type": "bye"}" dataUsingEncoding:NSUTF8StringEncoding]];
I've forked your repository and before I start thank you for effort on this project!
Problem I have is that I can't close session, app always crashes. I try to close it like this:
[self.client sendData:[@"{"type": "bye"}" dataUsingEncoding:NSUTF8StringEncoding]];
Exception I get is this:
-[VideoCaptureIosObjC onVideoError:]: unrecognized selector sent to instance 0x17ee7010
I assume it's coming from Google libraries but how can I fix that problem?
Or maybe I'm doing something wrong when I try to end call?
The text was updated successfully, but these errors were encountered: