summaryrefslogtreecommitdiff
path: root/modules/webrtc/config.py
blob: 0a075ccef1328dac6a039072c10dd466ffd19217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
def can_build(env, platform):
    return True


def configure(env):
    pass


def get_doc_classes():
    return [
        "WebRTCPeerConnection",
        "WebRTCDataChannel",
        "WebRTCMultiplayer",
    ]


def get_doc_path():
    return "doc_classes"