Class: TwilioConference::ConferencesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- TwilioConference::ConferencesController
- Defined in:
- app/controllers/twilio_conference/conferences_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
5 6 7 8 9 10 11 12 13 |
# File 'app/controllers/twilio_conference/conferences_controller.rb', line 5 def create render text: "<Response> <Say>Joining a conference room</Say> <Dial> <Conference>#{params[:friendly_name]}</Conference> </Dial> </Response>" end |