Method: Voice::Actions::Conversation#verify_can_speak

Defined in:
lib/vonage/voice/actions/conversation.rb

#verify_can_speakObject

Raises:



77
78
79
# File 'lib/vonage/voice/actions/conversation.rb', line 77

def verify_can_speak
  raise ClientError.new("Expected 'canSpeak' value to be an Array of leg UUIDs") unless self.canSpeak.is_a?(Array)
end