ParticipantConfigurationInterface
        ParticipantConfigurationInterface.php
                :
        14
                
    
            Interface
                Facade for participants configuration.
Methods¶
                
getAllowedParticipantTypes()
            ¶
    
        
        ParticipantConfigurationInterface.php
                :
        21
                
    
        Returns allowed participant types.
| 
                     | 
                
                    
                     | 
            
Return values
array<string|int, string>
                
isAllowedParticipantType()
            ¶
    
        
        ParticipantConfigurationInterface.php
                :
        23
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $type | string | - | - | 
Return values
bool
                
isAutoInviteEnabled()
            ¶
    
        
        ParticipantConfigurationInterface.php
                :
        25
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
bool