.gitignore
README.md
pyproject.toml
pytest.ini
setup.py
.eggs/README.txt
.github/workflows/python-publish.yml
.vscode/launch.json
e2e/.DS_Store
e2e/e2e-test.py
e2e/package-lock.json
e2e/package.json
e2e/peerjs-py-server.py
e2e/run-e2e-test-py.sh
e2e/run-e2e.sh
e2e/tsconfig.json
e2e/wdio.local.conf.ts
e2e/wdio.shared.conf.js
e2e/yarn.lock
e2e/js-client/client.js
e2e/js-client/index.html
e2e/js-client/sample-3s.mp3
e2e/py-client/client.py
e2e/py-client/sample-3s.mp3
e2e/tests/compatibility.test.js
e2e/tests/sample-3s.mp3
src/peerjs_py/__init__.py
src/peerjs_py/__main__.py
src/peerjs_py/api.py
src/peerjs_py/base_connection.py
src/peerjs_py/encodingQueue.py
src/peerjs_py/enums.py
src/peerjs_py/logger.py
src/peerjs_py/mediaconnection.py
src/peerjs_py/msgPackPeer.py
src/peerjs_py/negotiator.py
src/peerjs_py/option_interfaces.py
src/peerjs_py/peer.py
src/peerjs_py/peer_error.py
src/peerjs_py/servermessage.py
src/peerjs_py/socket.py
src/peerjs_py/supports.py
src/peerjs_py/util.py
src/peerjs_py.egg-info/PKG-INFO
src/peerjs_py.egg-info/SOURCES.txt
src/peerjs_py.egg-info/dependency_links.txt
src/peerjs_py.egg-info/requires.txt
src/peerjs_py.egg-info/top_level.txt
src/peerjs_py/binarypack/binarypack.py
src/peerjs_py/binarypack/bufferbuilder.py
src/peerjs_py/dataconnection/DataConnection.py
src/peerjs_py/dataconnection/__init__.py
src/peerjs_py/dataconnection/BufferedConnection/BinaryPack.py
src/peerjs_py/dataconnection/BufferedConnection/BufferedConnection.py
src/peerjs_py/dataconnection/BufferedConnection/Json.py
src/peerjs_py/dataconnection/BufferedConnection/Raw.py
src/peerjs_py/dataconnection/BufferedConnection/__init__.py
src/peerjs_py/dataconnection/BufferedConnection/binaryPackChunker.py
src/peerjs_py/dataconnection/StreamConnection/MsgPack.py
src/peerjs_py/dataconnection/StreamConnection/StreamConnection.py
src/peerjs_py/dataconnection/StreamConnection/__init__.py
src/peerjs_py/utils/__init__.py
src/peerjs_py/utils/random_token.py
src/peerjs_py/utils/validateId.py
tests/disable_test_call.py
tests/sample-3s.mp3
tests/test_negotiator.py
tests/test_package.py
tests/test_peer.py
tests/test_socket.py