Azure-Samples / communication-services-python-quickstarts

Sample code for Azure Communication Services Python quickstarts
MIT License
17 stars 32 forks source link

Add Python Quickstart #10

Closed AriZavala2 closed 2 years ago

AriZavala2 commented 2 years ago

Purpose

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[X] Other... Please describe: Quickstart on how to use Python Network Traversal APIs
ajpeacock0 commented 2 years ago

These quickstart apps should not just call the APIs, but rather use them to perform a basic scenario (e.g. starting a WebRTC connection).

Can we use the relay config in a a WebRTC lib for Python