Partial check in on Lync fixed
This commit is contained in:
parent
16ec864a09
commit
3065ac183f
3 changed files with 196 additions and 34 deletions
|
@ -84,6 +84,11 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
return CreateOrganizationInternal(organizationId, sipDomain, enableConferencingVideo, maxConferenceSize, enabledFederation, enabledEnterpriseVoice);
|
||||
}
|
||||
|
||||
public virtual string GetOrganizationTenantId(string organizationId)
|
||||
{
|
||||
return "NoHostingPack";
|
||||
}
|
||||
|
||||
public virtual bool DeleteOrganization(string organizationId, string sipDomain)
|
||||
{
|
||||
return DeleteOrganizationInternal(organizationId, sipDomain);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue