In reading the introduction to the Canvas API is seems that Canvas's API is available for external systems and scripts to use. In other words, requests from elements outside of Canvas can call into the Canvas APIs. Our particular scenario is that we need to make an API call from within Canvas. In other words we need to call out from Canvas (/post) to another system - in particular Adobe Connect.
My question is, in a Canvas hosted environment, are we able to slipstream a "module" or other API layer that will allow us to make an API call from "out of Canvas" to another system? Thank you.