Skip to content

Commit

Permalink
Update hold example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodolyan authored and fabriziomoscon committed Dec 26, 2020
1 parent 29eb5e6 commit d7d606c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ TwilioVoice.ignore()
TwilioVoice.setMuted(mutedValue)

// put a call on hold
TwilioVoice.setOnHold(holdValue)
TwilioVoice.hold(holdValue)

// send digits
TwilioVoice.sendDigits(digits)
Expand Down

0 comments on commit d7d606c

Please sign in to comment.