muteMicrophone static method
Implementation
static Future<void> muteMicrophone(RoomParticipantStore participantStore) async {
participantStore.muteMicrophone();
}
static Future<void> muteMicrophone(RoomParticipantStore participantStore) async {
participantStore.muteMicrophone();
}