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:
parent
5b75dc1b0b
commit
16ec864a09
4 changed files with 132 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue