这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/livekit/core/url.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ bool url_build(const url_build_options *options, char **out_url)
const char* idf_version = esp_get_idf_version();

// TODO: Now that token is not included in the URL, use a fixed size buffer
int final_len = asprintf(out_url, URL_FORMAT,
asprintf(out_url, URL_FORMAT,
options->server_url,
separator,
idf_version,
Expand Down