Fixed lync out of index error and added ability to verify if organization is a

valid Tenant

Proxies not generated
This commit is contained in:
robvde 2013-12-20 15:54:48 +04:00
parent 5b75dc1b0b
commit 16ec864a09
4 changed files with 132 additions and 16 deletions

View file

@ -35,6 +35,7 @@ namespace WebsitePanel.Providers.HostedSolution
public interface ILyncServer
{
string CreateOrganization(string organizationId, string sipDomain, bool enableConferencing, bool enableConferencingVideo, int maxConferenceSize, bool enabledFederation, bool enabledEnterpriseVoice);
string GetOrganizationTenantId(string organizationId);
bool DeleteOrganization(string organizationId, string sipDomain);
bool CreateUser(string organizationId, string userUpn, LyncUserPlan plan);