Class: TwilioConference::ConferencesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/twilio_conference/conferences_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



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