@pnp/cli-microsoft365
Version:
Manage Microsoft 365 and SharePoint Framework projects on any platform
15 lines • 684 B
JavaScript
import PeriodBasedReport from '../../../base/PeriodBasedReport.js';
import commands from '../../commands.js';
class SkypeReportActivityCountsCommand extends PeriodBasedReport {
get name() {
return commands.REPORT_ACTIVITYCOUNTS;
}
get usageEndpoint() {
return 'getSkypeForBusinessActivityCounts';
}
get description() {
return 'Gets the trends on how many users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions';
}
}
export default new SkypeReportActivityCountsCommand();
//# sourceMappingURL=report-activitycounts.js.map