cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
629
Views
0
Helpful
2
Replies

Meetings Button For Touch 10

Edwin0407
Level 1
Level 1

Can the meetings button show on the touch 10 when in-call?

2 Replies 2

Anurag Srivastava1
Spotlight
Spotlight

Hello,

 

Can you please give a brief description what you exactly want.

For latest CE9 releases a lot of things can be done through Macro framework.

 

Thanks

Please rate if it is helpful and mark as accepted solution if applicable..

 

Thanks
Please rate if it is helpful and mark as accepted solution if applicable....

Hi Anurag,

 

I noticed that when in call the default meetings button will be missing. Reason why need this button because user can know the next meetings information during In Call.

 

I have tried xCommand booking list and create the customize button for touch 10, but don't know how to print out the result to text message as I not so familiar with the Javascript Macro programming. Below is my tried programming:

 

const xapi = require('xapi');

 

function onInroomEvent(event) {
console.log('In-room event occured', event);
if (event.WidgetId === 'meetingsinfo' && event.Type === 'clicked') {
xapi.command('Bookings List')
.then(BookingsList=> console.log(BookingsList)); (*how to print console log result to touch 10 Userinterface text message?*)
}
}

xapi.event.on('UserInterface Extensions Widget Action', onInroomEvent);

 

 

Thanks

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: