@jaricardodev/ews-javascript-api
Version:
EWS Managed api in JavaScript
17 lines (14 loc) • 351 B
text/typescript
//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
}