diff options
Diffstat (limited to 'modules/webrtc/config.py')
-rw-r--r-- | modules/webrtc/config.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/webrtc/config.py b/modules/webrtc/config.py index 0a075ccef1..4ad918833a 100644 --- a/modules/webrtc/config.py +++ b/modules/webrtc/config.py @@ -10,7 +10,9 @@ def get_doc_classes(): return [ "WebRTCPeerConnection", "WebRTCDataChannel", - "WebRTCMultiplayer", + "WebRTCMultiplayerPeer", + "WebRTCPeerConnectionExtension", + "WebRTCDataChannelExtension", ] |