-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-[UIView setVideoTrack:]: unrecognized selector sent to instance 0x7ff0bb62e090 #4
Comments
@iamimsh I believe the issue is with storyboard settings please make sure you set a custom view class (CallRemoteVideoView) there for your view (see a screenshot) |
@DaveLomber , Yes I already did that... After setting the class to my view, I dragged a link from that view in storyboard to my class which results in
And it still crashes. |
Seems it's still something wrong with Storyboard settings as it says it's a UIView here can you log the otherCamView's class and double check, e.g.
|
Okay, let me try this and I'll let you know... |
@DaveLomber , Here's what it printed
|
So it's ok Here is the class interface in SDK:
so the method is here |
Yes, that's strange. May be that's the problem.. |
@iamimsh can you try to set it to |
Yes I tried to set to |
@DaveLomber Can you please help us on this one? |
@iamimsh let me do more tests tomorrow in my test environment and I will get back to you asap |
Hi @DaveLomber |
We have reproduced the issue We tried diff solutions but still no understanding what it does not work.. What I can propose for now - is to create a CallRemoteVideoView manually inside view controller e.g.
In this case everything works as expected, no crashes We will investigate the 'unrecognized selector' issue later, so you can use the above solution for now |
Great! This way works fine without crash..
This doesn't work though... |
@DaveLomber We do appreciate your help on this, we are on the latest stages of start using Connectycub, please support us on solving the issues that we are facing so we can start using it. |
@iamimsh you can set any properties to the view |
Hello @DaveLomber
I'm using an UIView and set its class to
CallRemoteVideoView
Now,
When I do this, it crashes the app. Here's the crash log.
Could you please help on this?
The text was updated successfully, but these errors were encountered: