You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating EndConferenceOnExit using UpdateParticipant it is not giving any error, but the actual resource is not getting updated, the UpdateParticipant response shows it is got updated, but when I use twilioClient.Api.ListParticipant(conferenceID, nil) and check it is not updated.
Issue Summary
When updating EndConferenceOnExit using UpdateParticipant it is not giving any error, but the actual resource is not getting updated, the
UpdateParticipant
response shows it is got updated, but when I usetwilioClient.Api.ListParticipant(conferenceID, nil)
and check it is not updated.Steps to Reproduce
Technical details:
github.com/twilio/twilio-go v1.23.3 h1:9DsuC9+6CfQW9dlzdeQeyhn3z2oPjZQcOhMCgh5VkgE=
go version go1.23.1 darwin/arm64
The text was updated successfully, but these errors were encountered: