toastr.info('Please allow the plugin in order to use Screen Share','Error');break;
case'not-installed':
toastr.warning('Please install the plugin in order to use Screen Share','Warning');break;
toastr.warning('Please <a target="_blank" class="install" href="'+pluginUrl+'">install</a> the plugin in order to use Screen Share','Warning',{allowHtml:true});break;
case'installed-disabled':
toastr.info('Please enable the plugin in order to use Screen Share','Error');break;
// case 'not-chrome'
// toastr.info('Please allow the plugin in order to use Screen Share', 'Error');