UNPKG

@jaricardodev/ews-javascript-api

Version:
22 lines (18 loc) 364 B
//todo - move to file where class Microsoft.Exchange.WebServices.Data.OnlineMeetingSettings is located /** * Online Meeting Presenters options. */ export enum Presenters { /** * Disabled. */ Disabled = 0, /** * Internal. */ Internal = 1, /** * Everyone. */ Everyone = 2 }