Picture of Lutz 2512
Registered 9 years 25 days
Lutz 2512 Thursday, 25 August 2022, 04:48 PM
examine standardapp for telephony
hi

using the JS SDK

how do i manage to get the actual standardapp (phone) for the appuser ?

and can i manage the state of it (set or not set as standardapp) via the js api?

i can't find it int the docs

thanks in advance
lutz




Picture of Lutz 2512
Registered 9 years 25 days
Lutz 2512 Friday, 26 August 2022, 11:45 AM
Re: examine standardapp for telephony
hi

one more time i found it myself.

( best practice is here (and everytime yau work on webstuff) to right click in the myAPPS and visualize the console output)

you'll find the model and stuff when the phoneapi is
initialized with

var phoneApi = start.consumeApi("com.innovaphone.phone");

and eviscerated with
console.log(phoneApi);

cutting deeper with
and the standardapp for phone is
console.log(phoneApi.defaultApiProvider);

and of cause it is named in another way as in the documents and the frontend itself, very annoying

greetings though

l m zwinkernd




← You can define your color theme preference here