-
Notifications
You must be signed in to change notification settings - Fork 725
Closed
Description
Tried taking a useragent from 0.13.8 to 0.14.0 today and noticed an odd failure on useragent.invite().
I'm able to get as far as the sessionDescriptionHandler-created event I'm listening for, then things seem to fall down.
2019-05-22T02:07:43.970Z sip.invitecontext.sessionDescriptionHandler.log SessionDescriptionHandlerOptions: {"sessionDescriptionHandlerOptions":{"constraints":{"audio":true,"video":false}}}
2019-05-22T02:07:43.970Z sip.invitecontext.sessionDescriptionHandler.log initPeerConnection
2019-05-22T02:07:43.971Z sip.invitecontext.sessionDescriptionHandler.log New peer connection created
2019-05-22T02:07:43.990Z sip.invitecontext.sessionDescriptionHandler.log acquiring local media
2019-05-22T02:07:44.297Z sip.invitecontext.sessionDescriptionHandler.log acquired local media streams
2019-05-22T02:07:44.317Z sip.invitecontext.sessionDescriptionHandler.log createOffer
2019-05-22T02:07:44.325Z sip.inviteclientcontext.log peerConnection-createOfferFailed
2019-05-22T02:07:44.326Z sip.inviteclientcontext.log TypeError: Failed to execute 'createOffer' on 'RTCPeerConnection': Illegal invocation
2019-05-22T02:07:44.326Z sip.inviteclientcontext.log closing INVITE session 8aqi1mo7ko7i527ohfotri34sklsfe
2019-05-22T02:07:44.326Z sip.invitecontext.sessionDescriptionHandler.log closing PeerConnection
2019-05-22T02:07:44.329Z sip.invitecontext.sessionDescriptionHandler.log resetIceGatheringComplete
2019-05-22T02:07:44.338Z sip.invitecontext.sessionDescriptionHandler.log ICE Connection State changed to iceConnectionClosed
Metadata
Metadata
Assignees
Labels
No labels