export type ButtonsConfig = {
  showUnmuteIndicationButton?: boolean;
};
