MuteParticipantsType typedef

MuteParticipantsType = Future<void> Function(MuteParticipantsOptions options)

Type definition for the function that mutes a participant.

Implementation

typedef MuteParticipantsType = Future<void> Function(
    MuteParticipantsOptions options);