Skip to content

DTMFError

Adnan Mujagić edited this page Jun 11, 2024 · 1 revision

noPeerConnection

Description

Thrown when DTMF sender cannot be created due to peer connection not being created.

invalidDtmfConfigNoAudioTrack

Description

Thrown when there is no local audio track attached to the peer connection.

invalidDtmfTone

Description

Thrown when DTMF tone contains illegal characters.

Allowed DTMF characters are:

  • digits: 0 to 9
  • letters: A to D
  • symbols: * and #

Tutorials

Migration guides

Reference documentation

Clone this wiki locally