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

Inviter.invite ignores requestOptions #1068

Open
DavidGOrtega opened this issue Feb 22, 2024 · 0 comments
Open

Inviter.invite ignores requestOptions #1068

DavidGOrtega opened this issue Feb 22, 2024 · 0 comments

Comments

@DavidGOrtega
Copy link

👋 We are updating Sip.js to latest version in our softphone 008.
We have realised that Inviter.invite still ignores requestOptions. Took us a while to identify why.
This issue was also mentioned here circa 2021.

I think that should either pick one of these options:

  1. Remove unused code
  2. Implement it to support it.
session.invite({
        requestOptions: {
          extraHeaders: ['X-Hello-Header: HelloWorld'],
        },
      });
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

1 participant