Skip to content

Commit a6ae1d0

Browse files
authored
remove webRTC warning from Python documentation (#208)
1 parent 5af51e6 commit a6ae1d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ Next, select the `CODE SAMPLE` tab in the Viam Web UI, and copy the boilerplate
6969
7070
To ensure the installation succeeded and the systems are functional, save and run this simple program. If the program runs successfully, the python-sdk is properly installed, the `viam-server` instance on your robot is alive, and the computer running the program is able to connect to that instance.
7171
72-
> **Note**
73-
> Connecting to the viam-server can be done using either WebRTC (default) or direct connection. Currently, connecting over WebRTC is guaranteed on the local network. WebRTC for remote connections, however, is not guaranteed and may fail indeterminately.
74-
7572
## Examples
7673
Read the [Example Usage](https://python.viam.dev/examples/example.html) page, to learn how to access a component, build a custom component, and expose
7774
custom components as a remote to existing robots.

0 commit comments

Comments
 (0)