var showVideoChatNotificationForSlugClientIssue = function(slug){
      var msg = I18n.t("chat.notify.videochat.clientIssue", {name: PRESENCE.XMPPClient.getNameFromSlug(slug)});
      showVideoChatNotificationForSlug(slug,msg);
    }