The privateIPAddress
string is an optional parameter that allows you to pass the private IP of the viewer connected to the stream.
This IP will be used for our Subnet Matcher (learn more about the Subnets Matching feature here)
privateIPAddress - string (optional)
If not defined, the Streamrooter module will try to detect it.
Due to recent privacy restriction implemented in browsers, we might not be able to do so.
Example
dnaConfig: {
"privateIPAddress": "192.168.53.12"
}