Copied!

ParticipantConfigurationInterface

ParticipantConfigurationInterface.php : 14
Interface

Facade for participants configuration.

Methods

publicgetAllowedParticipantTypes()

ParticipantConfigurationInterface.php : 21

Returns allowed participant types.

public getAllowedParticipantTypes() : array<string|int, string>

Return values

array<string|int, string>

publicisAllowedParticipantType()

ParticipantConfigurationInterface.php : 23
public isAllowedParticipantType(string $type) : bool

Parameters

Name Type Default value Description
$type string - -

Return values

bool

publicisAutoInviteEnabled()

ParticipantConfigurationInterface.php : 25
public isAutoInviteEnabled() : bool

Return values

bool