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
It is possible the class methods like BandwidthIris::SipPeer.create or BandwidthIris::SipPeerProducts.create_origination_settings have wrappers that accepts multiple params, including a client with account set. For example:
It is possible the class methods like
BandwidthIris::SipPeer.create
orBandwidthIris::SipPeerProducts.create_origination_settings
have wrappers that accepts multiple params, including a client with account set. For example:But when using instance methods like
sip_peer.delete
, I need to rely on global configs and can't change the account. (related comment: #19 (comment))Do you have plans on adding those methods as class methods that will accept the client as well? Is this something desirable?
The text was updated successfully, but these errors were encountered: