export type UnmuteIndicationConfig = {
  unmuteTextSeconds?: number;
  unmuteButtonSeconds?: number;
};
