From 6cb81543d4049e870ae43619fa1787362706a95c Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Wed, 8 Sep 2021 01:00:47 +0200 Subject: [Net] Expose WebRTC classes to extensions. --- modules/webrtc/config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/webrtc/config.py') 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", ] -- cgit v1.2.3