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

Determine intent to start dialing from external application #5

Open
chrodriguez opened this issue Jan 21, 2024 · 0 comments
Open

Determine intent to start dialing from external application #5

chrodriguez opened this issue Jan 21, 2024 · 0 comments

Comments

@chrodriguez
Copy link

Hello, I'm using linphone installed in a tablet as doorbell intercom. I'd like to know if it's possible to start dialing doorbell using some link (intent).
I'm using fullykiosk, and it provides a javascript interface, that can be used to start an application:

void fully.startApplication(String packageName)
void fully.startApplication(String packageName, String action, String url)  // Can put null to omit the parameter in ver. 1.33+
void fully.startIntent(String url)

I can open linphone using:

fully.startApplication('org.linphone')

But, I don't know which action and URL shall be used for dialing or if an intent url can be used to do what I want. I've found this manifest that I dont understand how to used it to build an intent or determine the action I need.

Thanks in advance

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