Kongsi melalui


CallingSounds type

Type for representing a set of sounds to use for different calling events

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