ConnectyCube / connectycube-js-sdk-releases

Releases materials for ConnectyCube JS SDK platform https://connectycube.com
9 stars 2 forks source link

Video: Can't accept the call, there is no information about peer connection by some reason. #74

Closed shawnlauzon closed 3 years ago

shawnlauzon commented 3 years ago

I'm trying to do a video call with another person. Both streams seem to be setup well, but when I call session.call({}), and from the onCallListener from the other browser (which I received {bandwidth: "0"} as the extension), I then call session.accept({}). This is displayed in the JS console:

[VideoChat]: – "Can't accept the call, there is no information about peer connection by some reason."

I don't see anything else suspicious in the console. And I'm just getting started with using ConnectyCube, so this might be a problem on my side.

Using connectycube javascript SDK v3.8.0

shawnlauzon commented 3 years ago

Not sure the reason for this, but when I run the sample web code everything works well. So I'm going to backport from that.

Abdelrahman-Nabil commented 2 years ago

I have the same issue, it started showing this error all of a sudden. did you figure out a real solution to this ?

bennetlee commented 1 year ago

Hi, may I know if you all managed to solve this? I am experiencing the same issue...:( Thanks!