Add dynamic Launch parameters to our project by adding “?exeLunchArgs=” after the URL and then the parameter we want, ex -Project=TestProject
To override the above option in config you can do this
https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/0AhsanConfig?&showbrowserMouse=0
You can merge both option override here:
or
Also note:
notice the space in between these two variables: "-id=4 -var2=666"
We will expose many other parameters that will allow you to override most of the settings in the config at runtime.
These final URLs also works in iframe
Add Comment