From 7e1f8305a66bab3eb042a11bc82b8af21073995f Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 31 May 2023 09:38:54 +0200 Subject: [PATCH] Remove WebRTC related classes from config.py. --- config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.py b/config.py index 6c74267..19fb7cb 100644 --- a/config.py +++ b/config.py @@ -16,8 +16,6 @@ def get_doc_classes(): "PluginScript", "StreamPeerGDNative", "VideoStreamGDNative", - "WebRTCPeerConnectionGDNative", - "WebRTCDataChannelGDNative", ]