By default, all participants who join a call have moderator access and can perform these actions. Implementing role-based moderation (e.g., restricting actions to hosts only) is the responsibility of the app developer based on their use case.
Mute a Participant
Mute a specific participant’s audio. This affects the participant for all users in the call.- Kotlin
- Java
Pause Participant Video
Pause a specific participant’s video. This affects the participant for all users in the call.- Kotlin
- Java
Pin a Participant
Pin a participant to keep them prominently displayed regardless of who is speaking. Useful for keeping focus on a presenter or important speaker.- Kotlin
- Java
Pinning a participant only affects your local view. Other participants can pin different users independently.
Listen for Participant Events
Monitor participant state changes usingParticipantEventListener:
- Kotlin
- Java
Participant Object
TheParticipant object contains information about each call participant:
Hide Participant List Button
To hide the participant list button in the call UI:- Kotlin
- Java