summaryrefslogtreecommitdiff
path: root/modules/webrtc/config.py
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-09-08 01:00:47 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-09-24 21:23:43 +0200
commit6cb81543d4049e870ae43619fa1787362706a95c (patch)
treedb3a87b537fc46c84e76caa331a2a729ab06a385 /modules/webrtc/config.py
parent25226329bea7bada0b113068d3324fc0ce0fa8bd (diff)
[Net] Expose WebRTC classes to extensions.
Diffstat (limited to 'modules/webrtc/config.py')
-rw-r--r--modules/webrtc/config.py2
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",
]