UNPKG

@jaricardodev/ews-javascript-api

Version:
17 lines (14 loc) 351 B
//todo - move to file where class Microsoft.Exchange.WebServices.Data.OnlineMeetingSettings is located /** * Online Meeting Lobby Bypass options. */ export enum LobbyBypass { /** * Disabled. */ Disabled = 0, /** * Enabled for gateway participants. */ EnabledForGatewayParticipants = 1 }