We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86c7f9 commit 5817f90Copy full SHA for 5817f90
components/livekit/core/url.c
@@ -68,7 +68,7 @@ bool url_build(const url_build_options *options, char **out_url)
68
const char* idf_version = esp_get_idf_version();
69
70
// TODO: Now that token is not included in the URL, use a fixed size buffer
71
- int final_len = asprintf(out_url, URL_FORMAT,
+ asprintf(out_url, URL_FORMAT,
72
options->server_url,
73
separator,
74
idf_version,
0 commit comments