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

Need to have an API to send ReInvite with "sendonly" in SDP #319

Open
jimmyxu1985 opened this issue Feb 5, 2021 · 0 comments
Open

Need to have an API to send ReInvite with "sendonly" in SDP #319

jimmyxu1985 opened this issue Feb 5, 2021 · 0 comments

Comments

@jimmyxu1985
Copy link
Collaborator

jimmyxu1985 commented Feb 5, 2021

Currently the reconnectMedia will only send ReInvite with "sendrecv" in SDP, but if the call is on hold, we cannot use reconnectMedia API to recover it since if client send ReInvite with "sendrecv", call will resume.

But if we don't send ReInvite at all when call is on hold, if other party hangup call, client cannot receive the BYE from server.

So we need to add an API or exten reconnectMedia API to send out ReInvite with "sendonly" so that we can keep the hold state and also we can receive BYE from server.

Related to bug ticket: FIJI-29843

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