-
Notifications
You must be signed in to change notification settings - Fork 460
Incoming call not displaying it's a video call #54
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
Comments
hi @ThomasLarge have you found a solution for videocall, please support me. |
@tienviip do you mean how to get it working? or the issue I have above? |
@ThomasLarge yep, I also encountered your problem above, Can you help me, please. |
@tienviip I'm waiting on someone to help me too 😆 I'm going to try and dig into it later but haven't got the time at the moment that's why I have opened the issue |
The problem is probably that
|
@LinusU Looks like it's here too
Do you think it's best to change the file locally or is it best to wait until the repo has been updated? |
Update it locally, see if it fixes your issue and then submit a PR with it
configurable :) in all likelihood it won't get fixed unless you fix it!
…On Wed, 26 Jun 2019, 13:12 Thomas Large, ***@***.***> wrote:
@LinusU <https://github.com/LinusU> Looks like it's here too
https://github.com/react-native-webrtc/react-native-callkeep/blob/7d7306027834da68f488b4d88bb1ad9910e9348b/ios/RNCallKeep/RNCallKeep.m#L254
Do you think it's best to change the file locally or is it best to wait
until the repo has been updated?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#54?email_source=notifications&email_token=AAB3LLJSYIJU4YKKPAONIY3P4NMKDA5CNFSM4HRYEMK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYTKC6Y#issuecomment-505848187>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB3LLOKBIEFQNETMYIKQK3P4NMKDANCNFSM4HRYEMKQ>
.
|
@danjenkins & @LinusU I have changed that file and it doesn't seem to work still I think there's more places it's hardcoded or it's something that isn't working in the package. I haven't got the time over the next couple of days to look into it more but I will over the weekend. There's also these two lines react-native-callkeep/index.js Line 48 in 5cae457
react-native-callkeep/index.js Line 57 in 5cae457
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
So you need to change
NO to hasVideo
I'd just comment out the line
@ThomasLarge those 2 links to the index.js are just setting a default of false. If you pass in true it'll be true :) Make sure you close down your metro packager etc etc and build from scratch with the change done locally in your node_modules directory if you want to test it out :) |
Cheers @danjenkins I will look at this tomorrow or the weekend |
I can confirm this is all fixed 👍 |
I have a function that is being called when I get a notification but I can't get it to say Video and not audio. Bellow is the function
True is the way the docs tells you how to set it
Can anyone help?
The text was updated successfully, but these errors were encountered: