Skip to content
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

Video not attaching when trying to call participant twice #7

Closed
bmctigue opened this issue Dec 25, 2015 · 5 comments
Closed

Video not attaching when trying to call participant twice #7

bmctigue opened this issue Dec 25, 2015 · 5 comments

Comments

@bmctigue
Copy link
Contributor

When I make the first call to the participant, the video on both ends work fine. However, I hang up the call and try to call the same person again. The participants sees the new invitation, but the remote video is never attached. Here is the sequence the participant is logging:

Connected as john
didReceiveInvite from: bruce
added media track
video dimensions changed

// video is working on the first invitation
didConnectParticipant: bruce
participant attached remote view
WARNING: no real random source present!

// video is not working after hangup and inviting again, remote view is not attached.
didDisconnectParticipant
conversationEnded
didReceiveInvite from: bruce
didConnectParticipant: bruce
WARNING: no real random source present!

@bmctigue bmctigue changed the title Webrtc error when trying to reconnect the call Video not attaching when trying to call participant twice Dec 25, 2015
@jhk115
Copy link

jhk115 commented Mar 16, 2016

@bmctigue were able to solve this issue?

@bmctigue
Copy link
Contributor Author

There were quite a few updates since I opened this, but I haven't had a chance to test it locally. I think we can go ahead and close this. Rep says this bug is fixed.

@SunilRumbaLama
Copy link

this issue still persists. The local media and the remote media is not attached on the second call.

@piyushtank
Copy link
Contributor

Hi @SunilRumbaLama ,

What version of Video SDK are you using? Can you elaborate more on the scenario please?

-Piyush

@SunilRumbaLama
Copy link

SunilRumbaLama commented Nov 4, 2016

Hi @ptankTwilio . I am using `<script src="https://media.twiliocdn.com/sdk/js/common/v0.1/twilio-common.min.js"></script>

<script src="https://media.twiliocdn.com/sdk/js/conversations/v0.13/twilio-conversations.min.js"></script>`

I can perform the video call successfully for the first time. However, when i disconnect the conversation and try the call again the second time. My local and remote media are not attached on the calling end. Furthermore, i keep getting the invitation even after i disconnect the conversation. Does disconnecting conversation not reinitiate the conversation.

Here is a thread i have created on stackoverflow: http://stackoverflow.com/questions/40394026/twilio-improper-behavior-after-first-call-remote-media-and-local-media-not-atta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants