{
  "name": "libdatachannel",
  "href": "https://vcpkg.link/ports/libdatachannel",
  "supports": "!xbox",
  "published_at": "2026-06-10T23:45:47.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/paullouisageneau/libdatachannel",
  "description": [
    "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows."
  ],
  "license": "MPL-2.0",
  "version": {
    "type": "semver",
    "value": "0.24.4",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/ff394723bf140ede4fdeed2621183f676567170f/ports/libdatachannel",
    "hash": "ff394723bf140ede4fdeed2621183f676567170f"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "libjuice",
      "href": "https://vcpkg.link/ports/libjuice",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "nlohmann-json",
      "href": "https://vcpkg.link/ports/nlohmann-json",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "openssl",
      "href": "https://vcpkg.link/ports/openssl",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "plog",
      "href": "https://vcpkg.link/ports/plog",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "usrsctp",
      "href": "https://vcpkg.link/ports/usrsctp",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "srtp",
      "default": [],
      "description": [
        "Use Cisco's libSRTP for media transport."
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "libsrtp",
          "href": "https://vcpkg.link/ports/libsrtp",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "stdcall",
      "default": [],
      "description": [
        "Use stdcall convention in callbacks"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "ws",
      "default": [
        "all"
      ],
      "description": [
        "Web Socket support"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}