Method: Bandwidth::ConferencesApi#update_conference

Defined in:
lib/bandwidth-sdk/api/conferences_api.rb

#update_conference(account_id, conference_id, update_conference, opts = {}) ⇒ nil

Update Conference Update the conference state.

Parameters:

  • account_id (String)

    Your Bandwidth Account ID.

  • conference_id (String)

    Programmable Voice API Conference ID.

  • update_conference (UpdateConference)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:

  • (nil)


478
479
480
481
# File 'lib/bandwidth-sdk/api/conferences_api.rb', line 478

def update_conference(, conference_id, update_conference, opts = {})
  update_conference_with_http_info(, conference_id, update_conference, opts)
  nil
end