Change app width?

Is there a way to change app width (CTI app)?
as I was able to change the app height using this
client.instance.resize({ height: "500px" });
but I’m unable to change the width ? is it not allowed?

image

Hey Mohammed. Welcome to Developer community :boom:

Right now, only height can be resized using instance API.

2 Likes