-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cannot view participant #2
Comments
I'm a little confused by your comment. Are you saying that it's working and you're able to connect and do a video call but there's no alert of the connection? Or you just can't get it to work in general (not connecting to video chat)? |
I am sorry for not clarify enough, I try to install your plugin to 2 of my IOS phone, the plugin is working but only the mic work well, I couldn't see the face from another phone it just showing my face only, and when I touch that big black frame (which suppose to show the participant face) the app broke. |
Sorry for the delayed response. Did you resolve this issue? For iOS you need to make sure you follow the manual adding of the SDK found here: https://www.twilio.com/docs/api/video/download-video-sdks#ios-sdk Also, be sure to use version 1 of the iOS SDK. |
@Jasonseah |
@PriceFallin |
@cavalryjim I am new to Twilio. But it works web to web or web to a phone but not working if a phone with another phone can you try whether your side having the same issue? |
@Jasonseah - I have been able to make iPhone to iPhone video call and have not attempted Android to iPhone or Web to Phone. Can you give more details about the issue? Does the screen display 'TwilioVideo v1.*' or 'Waiting for ....' ? Can you see yourself in the small video box? Does the flip video work? If you are new to Twilio, the issue could be with the tokens. Are you using a fresh set of tokens (participant1 token & participant2 token) for each call? Unused tokens are good for 24 hours but I think used tokens expire immediately after the call. |
For your app crash comment when tapping the 'big black frame', I traced that issue to a tap gesture for dismissing the keyboard. See my recently closed issue about this or you can view my fork of this repository https://github.com/cavalryjim/cordova-plugin-twilio-video |
@Jasonseah - as an update, I made a phone to web video call this morning using this plugin (my forked version). |
Hi PriceFalllin,
I have tried your repo it working great ! Just there will show nothing when participant connected.
Do I need to add on anything to make it work ?
I am currently using Ionic 3.2 & cordova 7.1.
The text was updated successfully, but these errors were encountered: