diff --git a/modules/RTC/adapter.screenshare.js b/modules/RTC/adapter.screenshare.js index 51c186df1..3d9dd17a3 100644 --- a/modules/RTC/adapter.screenshare.js +++ b/modules/RTC/adapter.screenshare.js @@ -350,7 +350,7 @@ AdapterJS.renderNotificationBar = function (text, buttonText, buttonLink, openNe AdapterJS.WebRTCPlugin.pluginInfo.plugName, function() { clearInterval(pluginInstallInterval); - AdapterJS.WebRTCPlugin.defineWebRTCInterface() + AdapterJS.WebRTCPlugin.defineWebRTCInterface(); }, function() { //Does nothing because not used here });