summaryrefslogtreecommitdiff
path: root/modules/webrtc/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/webrtc/config.py')
-rw-r--r--modules/webrtc/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/webrtc/config.py b/modules/webrtc/config.py
index 5ed245bad2..48b4c33c5d 100644
--- a/modules/webrtc/config.py
+++ b/modules/webrtc/config.py
@@ -6,7 +6,9 @@ def configure(env):
def get_doc_classes():
return [
- "WebRTCPeer"
+ "WebRTCPeerConnection",
+ "WebRTCDataChannel",
+ "WebRTCMultiplayer"
]
def get_doc_path():