Skip to content

Failed to execute 'createOffer' on 'RTCPeerConnection': Illegal invocation #692

@pkuca

Description

@pkuca

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions