CMakeLists.txt
LICENSE.md
MANIFEST.in
README.md
THIRD_PARTY_LICENSES.md
setup.py
python-webrtc/cpp/CMakeLists.txt
python-webrtc/cpp/src/config.h.in
python-webrtc/cpp/src/exceptions.cpp
python-webrtc/cpp/src/exceptions.h
python-webrtc/cpp/src/module.cpp
python-webrtc/cpp/src/enums/enums.cpp
python-webrtc/cpp/src/enums/enums.h
python-webrtc/cpp/src/enums/python_webrtc/rtc_ice_component.cpp
python-webrtc/cpp/src/enums/python_webrtc/rtc_ice_component.h
python-webrtc/cpp/src/enums/webrtc/cricket_ice_gathering_state.cpp
python-webrtc/cpp/src/enums/webrtc/cricket_ice_gathering_state.h
python-webrtc/cpp/src/enums/webrtc/dtls_transport_state.cpp
python-webrtc/cpp/src/enums/webrtc/dtls_transport_state.h
python-webrtc/cpp/src/enums/webrtc/ice_connection_state.cpp
python-webrtc/cpp/src/enums/webrtc/ice_connection_state.h
python-webrtc/cpp/src/enums/webrtc/ice_gathering_state.cpp
python-webrtc/cpp/src/enums/webrtc/ice_gathering_state.h
python-webrtc/cpp/src/enums/webrtc/media_type.cpp
python-webrtc/cpp/src/enums/webrtc/media_type.h
python-webrtc/cpp/src/enums/webrtc/peer_connection_state.cpp
python-webrtc/cpp/src/enums/webrtc/peer_connection_state.h
python-webrtc/cpp/src/enums/webrtc/rtc_ice_role.cpp
python-webrtc/cpp/src/enums/webrtc/rtc_ice_role.h
python-webrtc/cpp/src/enums/webrtc/rtc_ice_transport_state.cpp
python-webrtc/cpp/src/enums/webrtc/rtc_ice_transport_state.h
python-webrtc/cpp/src/enums/webrtc/rtp_transceiver_direction.cpp
python-webrtc/cpp/src/enums/webrtc/rtp_transceiver_direction.h
python-webrtc/cpp/src/enums/webrtc/sdp_type.cpp
python-webrtc/cpp/src/enums/webrtc/sdp_type.h
python-webrtc/cpp/src/enums/webrtc/source_state.cpp
python-webrtc/cpp/src/enums/webrtc/source_state.h
python-webrtc/cpp/src/enums/webrtc/track_state.cpp
python-webrtc/cpp/src/enums/webrtc/track_state.h
python-webrtc/cpp/src/functions/functions.cpp
python-webrtc/cpp/src/functions/functions.h
python-webrtc/cpp/src/functions/get_user_media.cpp
python-webrtc/cpp/src/interfaces/create_session_description_observer.cpp
python-webrtc/cpp/src/interfaces/create_session_description_observer.h
python-webrtc/cpp/src/interfaces/interfaces.cpp
python-webrtc/cpp/src/interfaces/interfaces.h
python-webrtc/cpp/src/interfaces/media_stream.cpp
python-webrtc/cpp/src/interfaces/media_stream.h
python-webrtc/cpp/src/interfaces/media_stream_track.cpp
python-webrtc/cpp/src/interfaces/media_stream_track.h
python-webrtc/cpp/src/interfaces/peer_connection_factory.cpp
python-webrtc/cpp/src/interfaces/peer_connection_factory.h
python-webrtc/cpp/src/interfaces/rtc_audio_source.cpp
python-webrtc/cpp/src/interfaces/rtc_audio_source.h
python-webrtc/cpp/src/interfaces/rtc_audio_track_source.cpp
python-webrtc/cpp/src/interfaces/rtc_audio_track_source.h
python-webrtc/cpp/src/interfaces/rtc_dtls_transport.cpp
python-webrtc/cpp/src/interfaces/rtc_dtls_transport.h
python-webrtc/cpp/src/interfaces/rtc_ice_transport.cpp
python-webrtc/cpp/src/interfaces/rtc_ice_transport.h
python-webrtc/cpp/src/interfaces/rtc_peer_connection.cpp
python-webrtc/cpp/src/interfaces/rtc_peer_connection.h
python-webrtc/cpp/src/interfaces/rtc_rtp_receiver.cpp
python-webrtc/cpp/src/interfaces/rtc_rtp_receiver.h
python-webrtc/cpp/src/interfaces/rtc_rtp_sender.cpp
python-webrtc/cpp/src/interfaces/rtc_rtp_sender.h
python-webrtc/cpp/src/interfaces/rtc_rtp_transceiver.cpp
python-webrtc/cpp/src/interfaces/rtc_rtp_transceiver.h
python-webrtc/cpp/src/interfaces/set_session_description_observer.cpp
python-webrtc/cpp/src/interfaces/set_session_description_observer.h
python-webrtc/cpp/src/models/models.cpp
python-webrtc/cpp/src/models/models.h
python-webrtc/cpp/src/models/python_webrtc/rtc_on_data_event.cpp
python-webrtc/cpp/src/models/python_webrtc/rtc_on_data_event.h
python-webrtc/cpp/src/models/python_webrtc/rtc_session_description.cpp
python-webrtc/cpp/src/models/python_webrtc/rtc_session_description.h
python-webrtc/cpp/src/models/python_webrtc/rtc_session_description_init.cpp
python-webrtc/cpp/src/models/python_webrtc/rtc_session_description_init.h
python-webrtc/cpp/src/models/webrtc/rtp_encoding_parameters.h
python-webrtc/cpp/src/models/webrtc/rtp_transceiver_init.h
python-webrtc/cpp/src/utils/absl_optional.h
python-webrtc/cpp/src/utils/instance_holder.h
python-webrtc/python/webrtc/__init__.py
python-webrtc/python/webrtc/base.py
python-webrtc/python/webrtc/functions/__init__.py
python-webrtc/python/webrtc/functions/get_user_media.py
python-webrtc/python/webrtc/interfaces/__init__.py
python-webrtc/python/webrtc/interfaces/media_stream.py
python-webrtc/python/webrtc/interfaces/media_stream_track.py
python-webrtc/python/webrtc/interfaces/rtc_audio_source.py
python-webrtc/python/webrtc/interfaces/rtc_dtls_transport.py
python-webrtc/python/webrtc/interfaces/rtc_ice_transport.py
python-webrtc/python/webrtc/interfaces/rtc_peer_connection.py
python-webrtc/python/webrtc/interfaces/rtc_rtp_receiver.py
python-webrtc/python/webrtc/interfaces/rtc_rtp_sender.py
python-webrtc/python/webrtc/interfaces/rtc_rtp_transceiver.py
python-webrtc/python/webrtc/models/__init__.py
python-webrtc/python/webrtc/models/rtc_on_data_event.py
python-webrtc/python/webrtc/models/rtc_session_description.py
python-webrtc/python/webrtc/models/rtc_session_description_init.py
python-webrtc/python/webrtc/models/rtp_encoding_parameters.py
python-webrtc/python/webrtc/models/rtp_transceiver_init.py
python-webrtc/python/webrtc/utils/__init__.py
python-webrtc/python/webrtc/utils/callbacks_to_async.py
python-webrtc/python/webrtc/utils/convert_exceptions.py
python-webrtc/python/wrtc.egg-info/PKG-INFO
python-webrtc/python/wrtc.egg-info/SOURCES.txt
python-webrtc/python/wrtc.egg-info/dependency_links.txt
python-webrtc/python/wrtc.egg-info/not-zip-safe
python-webrtc/python/wrtc.egg-info/top_level.txt
scripts/build-webrtc.bat
scripts/build-webrtc.sh
scripts/configure-webrtc.bat
scripts/configure-webrtc.sh
scripts/download-webrtc.bat
scripts/download-webrtc.sh
third_party/pybind11/CMakeLists.txt
third_party/pybind11/LICENSE
third_party/pybind11/include/pybind11/attr.h
third_party/pybind11/include/pybind11/buffer_info.h
third_party/pybind11/include/pybind11/cast.h
third_party/pybind11/include/pybind11/chrono.h
third_party/pybind11/include/pybind11/common.h
third_party/pybind11/include/pybind11/complex.h
third_party/pybind11/include/pybind11/eigen.h
third_party/pybind11/include/pybind11/embed.h
third_party/pybind11/include/pybind11/eval.h
third_party/pybind11/include/pybind11/functional.h
third_party/pybind11/include/pybind11/gil.h
third_party/pybind11/include/pybind11/iostream.h
third_party/pybind11/include/pybind11/numpy.h
third_party/pybind11/include/pybind11/operators.h
third_party/pybind11/include/pybind11/options.h
third_party/pybind11/include/pybind11/pybind11.h
third_party/pybind11/include/pybind11/pytypes.h
third_party/pybind11/include/pybind11/stl.h
third_party/pybind11/include/pybind11/stl_bind.h
third_party/pybind11/include/pybind11/detail/class.h
third_party/pybind11/include/pybind11/detail/common.h
third_party/pybind11/include/pybind11/detail/descr.h
third_party/pybind11/include/pybind11/detail/init.h
third_party/pybind11/include/pybind11/detail/internals.h
third_party/pybind11/include/pybind11/detail/type_caster_base.h
third_party/pybind11/include/pybind11/detail/typeid.h
third_party/pybind11/include/pybind11/stl/filesystem.h
third_party/pybind11/tools/FindCatch.cmake
third_party/pybind11/tools/FindEigen3.cmake
third_party/pybind11/tools/FindPythonLibsNew.cmake
third_party/pybind11/tools/check-style.sh
third_party/pybind11/tools/cmake_uninstall.cmake.in
third_party/pybind11/tools/libsize.py
third_party/pybind11/tools/make_changelog.py
third_party/pybind11/tools/pybind11Common.cmake
third_party/pybind11/tools/pybind11Config.cmake.in
third_party/pybind11/tools/pybind11NewTools.cmake
third_party/pybind11/tools/pybind11Tools.cmake
third_party/pybind11/tools/pyproject.toml
third_party/pybind11/tools/setup_global.py.in
third_party/pybind11/tools/setup_main.py.in