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

Park to Custom Location #298

Open
dougroutledge opened this issue Aug 26, 2020 · 3 comments
Open

Park to Custom Location #298

dougroutledge opened this issue Aug 26, 2020 · 3 comments

Comments

@dougroutledge
Copy link

The API is missing a way to park a call to a custom park location. Transfer takes a single number parameter and the backend apparently isn't able to deal with different types properly.

@tylerlong
Copy link
Contributor

tylerlong commented Nov 22, 2024

https://support.ringcentral.com/article-v2/8355.html?brand=RC_US&product=RingEX&language=en_US

It seems that RingCentral support a feature named "park location", while this SDK doesn't. I will follow up.

@tylerlong
Copy link
Contributor

Version 2 allow you to do private parking:

callSession.transfer(`prk${parkLocationId}`);

However, it doesn't support unparking this call. I am working on it.

@tylerlong
Copy link
Contributor

tylerlong commented Nov 23, 2024

Private parking and unparking have been documented: https://github.com/ringcentral/ringcentral-web-phone?tab=readme-ov-file#private-parking

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

2 participants