CurlHttpClient.create()

DESCRIPTION

Create an instance of the SignalingHttpClient with a custom CA bundle.

DECLARATION

static nabto::webrtc::SignalingHttpClientPtr create(
      std::optional<std::string> caBundle)

PARAMETERS

caBundle:
path to the CA bundle to use

RETURNS

Smart pointer to the created SignalingHttpClient.