Set Server IP
Set or update a server room IP and push URL for a specific Sonoran Radio server.
Set Server IP
Name
Value
local response = client.radio:setServerIpV2({
communityId = "YOUR_COMMUNITY_ID",
roomId = 1,
serverPort = 30120,
pushUrl = "http://127.0.0.1:30120/sonoranradio",
nickname = "Patrol"
})const response = await instance.radio?.setServerIpV2({
communityId: "YOUR_COMMUNITY_ID",
roomId: 1,
serverPort: 30120,
pushUrl: "http://127.0.0.1:30120/sonoranradio",
nickname: "Patrol"
});response = instance.radio.setServerIpV2({
"communityId": "YOUR_COMMUNITY_ID",
"roomId": 1,
"serverPort": 30120,
"pushUrl": "http://127.0.0.1:30120/sonoranradio",
"nickname": "Patrol",
})Response
Last updated
Was this helpful?

