accessState()
Return value
Returns aDailyAccessState object:
The participant’s current access level. Either
'unknown' (not yet determined) or an object with a level field:'unknown'— access has not yet been determined (beforepreAuth()orjoin()){ level: 'none' }— the participant is not allowed to join{ level: 'lobby' }— the participant can join but will be in the waiting room until granted full access{ level: 'full' }— the participant has full access to the meeting
Optional. Present when the participant has requested access that hasn’t yet been granted or denied. Always
{ level: 'full' }.