diff options
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",      ] |