Hi,
I am developing one web application using Angularjs. In this application, my requirement is to check whether Skype for business(.exe file) is installed or not on the client system. In
IE browser I am able to do check this using the Activex object, but other browsers like chrome, firefox, safari don't support Activex.
As per my knowledge, we cannot access user's system from a browser.
But when I checked Skype for <g class="gr_ gr_26 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Grammar only-ins doubleReplace replaceWithoutSep" data-gr-id="26"
id="26">business</g> web app in that app skype team is doing the same thing in their Skype for <g class="gr_ gr_27 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Grammar only-ins doubleReplace replaceWithoutSep"
data-gr-id="27" id="27">business</g> web app. There on click of <g class="gr_ gr_24 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Grammar multiReplace" data-gr-id="24" id="24">j</g><g
class="gr_ gr_24 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Grammar multiReplace" data-gr-id="24" id="24">oin</g> the meeting button, they are checking whether SkypeForBusiness.exe is
installed or not.
Is there any solution for this? I would be very thankful if you could help me.