azure-docs icon indicating copy to clipboard operation
azure-docs copied to clipboard

Quickstart for ACCESS TURN RELAY is BS

Open dotfrankruan opened this issue 3 years ago • 0 comments

This documentation is like bulls---. First, mkdir access-tokens-quickstart && cd relay-tokens-quickstart What the f--- is this, 'access' and then 'relay'?????

Second, from azure.identity import DefaultAzureCredential And ,

pip install azure.communication.networktraversal```
It won't work.
You will need
```pip install azure.identity```

Third,
```#You can also authenticate using your connection string
identity_client = CommunicationIdentityClient.from_connection_string(self.connection_string)
relay_client = CommunicationRelayClient.from_connection_string(self.connection_string)

What the motherf---ing on earth is this 'self.'?? This is bulls---.

Fourth, for iceServer in config.ice_servers: What the motherf---ing hell is the "config"??? Like I just pull it from the air?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

dotfrankruan avatar Aug 17 '22 12:08 dotfrankruan