I have a react application where I want to embed zoom dialer widget where user can use click to call functionality. I see from the guides that it tries to embed an iframe. Is there a way to style that dialer? What is the recommended way to do that? CSS?
A couple things I am trying modify:
Being able adjust the position of the widget
Change Theme of the dialer
Resize the widget
Being able to control history/voicemail tabs (in docs it doesn’t have feature flags fo r this)
Hi @Soham
Thanks for reaching out to us and welcome to the Zoom developer forum!
You are. correct, it will embed an iframe and you can do it via a script or an iframe tag
You will be able to customize the position and size of the widget by using the script tag, although you won’t be able to change the theme.
Contorling history/voicemail tabs via the widgnet is not supporte
Thank you for the response. Would there be updates in future for the requested functionality for changing theme, control the tabs through feature flags?