VapiAI / client-sdk-ios

This package lets you start Vapi calls directly in your iOS app.
MIT License
17 stars 9 forks source link

VAPI-815 Add Mute/Unmute to SDK #7

Closed hkussie111 closed 9 months ago

hkussie111 commented 9 months ago

Overview

  1. Fix syntax errors
  2. Invoke setInputEnabled() method to control audio state in setMuted() and isMuted() methods
  3. Update interface to include new naming conventions
  4. Update README to include setMuted() and isMuted() methods