ParticipantType
The ParticipantType model informs if a participant is a mixer.
Available in the package com.voxeet.sdk.models.v2.ParticipantType.
Methods
isMixer
▸ isMixer(@Nullable participant
: Participant): boolean
Checks whether a conference participant is a special participant called Mixer. Mixer is responsible for recording conferences and is not visible to other conference participants. For more information, see the Recording Mechanisms article.
Parameters
Name | Type | Description |
---|---|---|
participant | Participant | nullable The selected participant. |
Returns: boolean
Updated 8 months ago
Did this page help you?