LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
aiortc/__init__.py
aiortc/exceptions.py
aiortc/jitterbuffer.py
aiortc/mediastreams.py
aiortc/rtcdatachannel.py
aiortc/rtcdtlstransport.py
aiortc/rtcicetransport.py
aiortc/rtcpeerconnection.py
aiortc/rtcrtpparameters.py
aiortc/rtcrtpreceiver.py
aiortc/rtcrtpsender.py
aiortc/rtcrtptransceiver.py
aiortc/rtcsctptransport.py
aiortc/rtcsessiondescription.py
aiortc/rtp.py
aiortc/sdp.py
aiortc/utils.py
aiortc.egg-info/PKG-INFO
aiortc.egg-info/SOURCES.txt
aiortc.egg-info/dependency_links.txt
aiortc.egg-info/requires.txt
aiortc.egg-info/top_level.txt
aiortc/codecs/__init__.py
aiortc/codecs/g711.py
aiortc/codecs/opus.py
aiortc/codecs/vpx.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/license.rst
examples/datachannel-cli/README.rst
examples/datachannel-cli/cli.py
examples/server/README.rst
examples/server/demo-instruct.wav
examples/server/index.html
examples/server/server.py
examples/videostream-cli/README.rst
examples/videostream-cli/cli.py
src/build_opus.py
src/build_vpx.py
tests/__init__.py
tests/rtcp_bye.bin
tests/rtcp_rr.bin
tests/rtcp_sdes.bin
tests/rtcp_sr.bin
tests/rtp.bin
tests/rtp_only_padding.bin
tests/rtp_with_csrc.bin
tests/sctp_abort.bin
tests/sctp_cookie_echo.bin
tests/sctp_error.bin
tests/sctp_heartbeat.bin
tests/sctp_init.bin
tests/sctp_init_bad_verification.bin
tests/sctp_sack.bin
tests/sctp_shutdown.bin
tests/test_dtls.py
tests/test_g711.py
tests/test_jitterbuffer.py
tests/test_opus.py
tests/test_rtcpeerconnection.py
tests/test_rtcrtpreceiver.py
tests/test_rtcrtpsender.py
tests/test_rtcsctptransport.py
tests/test_rtcsessiondescription.py
tests/test_rtp.py
tests/test_sdp.py
tests/test_vpx.py
tests/utils.py