PHPJunior / laravel-video-chat-demo

Laravel Video Chat using Socket.IO and WebRTC ( Demo )
85 stars 58 forks source link

Not working in Chrome #12

Open umerchohan8 opened 5 years ago

umerchohan8 commented 5 years ago

This project is working well with firefox but not working Chrome to Chrome and Chrome to Firefox. @PHPJunior please help me to figure out the issues.

9.471: Failed to set session description: OperationError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to parse SessionDescription. a=ssrc:1496996291 cname:{ae9e4af8-1a0b-4a2c-b880-9fc83521bcc7} Invalid SDP line.

9.473: Failed to create session description: InvalidStateError: Failed to execute 'createAnswer' on 'RTCPeerConnection': PeerConnection cannot create an answer in a state other than have-remote-offer or have-local-pranswer.

I think its occurring because some function is deprecated.