lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.29.0 vs lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb in twilio-ruby-5.29.1
- old
+ new
@@ -33,10 +33,11 @@
# Retrieve a single page of ParticipantInstance records from the API.
# Request is executed immediately.
# @param [String] from The `from` phone number that will dial the new conference
# participant. Can be a phone number or a client id.
# @param [String] to The phone number, client id, or sip address to invite to the
- # conference.
+ # conference. [Custom
+ # parameters](https://www.twilio.com/docs/voice/api/conference-participant-resource#custom-parameters) may also be specified.
# @param [String] status_callback The URL we should call using the
# `status_callback_method` to send status information to your application.
# @param [String] status_callback_method The HTTP method we should use to call
# `status_callback`. Can be: `GET` and `POST` and defaults to `POST`.
# @param [String] status_callback_event The conference state changes that should
\ No newline at end of file