diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-09-08 01:00:47 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-09-24 21:23:43 +0200 |
commit | 6cb81543d4049e870ae43619fa1787362706a95c (patch) | |
tree | db3a87b537fc46c84e76caa331a2a729ab06a385 /modules/webrtc/config.py | |
parent | 25226329bea7bada0b113068d3324fc0ce0fa8bd (diff) |
[Net] Expose WebRTC classes to extensions.
Diffstat (limited to 'modules/webrtc/config.py')
-rw-r--r-- | modules/webrtc/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/webrtc/config.py b/modules/webrtc/config.py index 3281415f38..4ad918833a 100644 --- a/modules/webrtc/config.py +++ b/modules/webrtc/config.py @@ -11,6 +11,8 @@ def get_doc_classes(): "WebRTCPeerConnection", "WebRTCDataChannel", "WebRTCMultiplayerPeer", + "WebRTCPeerConnectionExtension", + "WebRTCDataChannelExtension", ] |