MenuMenu

RTCMultiConnection.checkIfChromeExtensionAvailable

Use this method to check if your chrome screen sharing extension is installed

How to use

connection.checkIfChromeExtensionAvailable(function(isChromeExtensionAvailable) {
    if(isChromeExtensionAvailable === true) {
        alert('installed');
    }
});