summaryrefslogtreecommitdiffstats
path: root/modules/webrtc/config.py
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-07-12 16:26:37 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-07-12 16:36:34 +0200
commit97e763dddf6aad72b7dd05ad52dfe16cecc1f221 (patch)
treed8b3f03abeeb8b0a12a1a3b2432b9c79e7351e53 /modules/webrtc/config.py
parentb31e8530b25b0ec3315df4e6354ab0186bf9f3b0 (diff)
downloadredot-engine-97e763dddf6aad72b7dd05ad52dfe16cecc1f221.tar.gz
[Net] Rename WebRTCMultiplayer to WebRTCMultiplayerPeer.
Diffstat (limited to 'modules/webrtc/config.py')
-rw-r--r--modules/webrtc/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webrtc/config.py b/modules/webrtc/config.py
index 0a075ccef1..3281415f38 100644
--- a/modules/webrtc/config.py
+++ b/modules/webrtc/config.py
@@ -10,7 +10,7 @@ def get_doc_classes():
return [
"WebRTCPeerConnection",
"WebRTCDataChannel",
- "WebRTCMultiplayer",
+ "WebRTCMultiplayerPeer",
]