diff --git a/src/rpc/webrtc.rs b/src/rpc/webrtc.rs index 40314da..5e9733f 100644 --- a/src/rpc/webrtc.rs +++ b/src/rpc/webrtc.rs @@ -80,6 +80,8 @@ impl Options { Some(("app.viam.com:443".to_string(), true)) } else if path.contains(".robot.viaminternal") { Some(("app.viaminternal:8089".to_string(), false)) + } else if path.contains(".viamstg.cloud") { + Some(("app.viam.dev:443".to_string(), true)) } else { None }