lib/twilio-ruby/rest/trunking/v1/trunk.rb in twilio-ruby-5.22.2 vs lib/twilio-ruby/rest/trunking/v1/trunk.rb in twilio-ruby-5.22.3

- old
+ new

@@ -41,10 +41,12 @@ # @param [String] disaster_recovery_method The HTTP method we should use to call # the `disaster_recovery_url`. Can be: `GET` or `POST`. # @param [trunk.RecordingSetting] recording The recording settings for the trunk. # Can be: `do-not-record`, `record-from-ringing`, `record-from-answer`. If set to # `record-from-ringing` or `record-from-answer`, all calls going through the trunk - # will be recorded. See + # will be recorded. The only way to change recording parameters is on a + # sub-resource of a Trunk after it has been created. + # e.g.`/Trunks/[Trunk_SID]/Recording -XPOST -d'Mode=record-from-answer'`. See # [Recording](https://www.twilio.com/docs/sip-trunking/getting-started#recording) # for more information. # @param [Boolean] secure Whether Secure Trunking is enabled for the trunk. If # enabled, all calls going through the trunk will be secure using SRTP for media # and TLS for signaling. If disabled, then RTP will be used for media. See [Secure \ No newline at end of file