Using the Mobile Server SDK Javascript library, is there a way to connect to multiple servers at once? I would like to be able to show two video streams simultaneously, one from ServerA, and one from ServerB. Is this possible?

Hi Joel,

Unfortunately this is not possible at the moment.

As you have seen JavaScript MIP SDK Mobile is based on singleton and inspired of most of the JS SDKs available in the internet (Google, Facebook etc).

We know that is slightly different in the case of Milestone Mobile server (as there could be many), but at the end we went with this approach for the SDK.