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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/webrtc/config.py b/modules/webrtc/config.py
index 5ed245bad2..2e3a18ad0e 100644
--- a/modules/webrtc/config.py
+++ b/modules/webrtc/config.py
@@ -6,7 +6,8 @@ def configure(env):
def get_doc_classes():
return [
- "WebRTCPeer"
+ "WebRTCPeerConnection",
+ "WebRTCDataChannel"
]
def get_doc_path():