Condividi tramite


CallingSounds type

Tipo per rappresentare un insieme di suoni da utilizzare per diversi eventi di chiamata

type CallingSounds = {
  callBusy?: SoundEffect
  callEnded?: SoundEffect
  callRinging?: SoundEffect
}