Hi

In our demos, we usually identify the context from the page, by checking the page location.
For instance, if location.protocol is "file:", then we can assume that the page is being managed by GI builder. In this case, just removing the domain setting (or calling setDomain(null) ) and not calling changeStatus("STREAMING") should be enough to have Lightstreamer code not disturbing GI builder.

Dario