ringcentral / ringcentral-c2d

RingCentral Click To Dial library
https://ringcentral.github.io/ringcentral-c2d/
5 stars 5 forks source link

Can I disable and re-enable this feature? #10

Closed tylerlong closed 4 years ago

tylerlong commented 4 years ago

Like this:

clickToDial.disable();
...
clickToDial.enable();
embbnux commented 4 years ago

@tylerlong You can use clickToDial.dispose() to disable. And create a new clickToDial instance to enable.