Commit 1273ee21 authored by Olivier Crête's avatar Olivier Crête

Make the length of ufrag/passwd clear in doc

parent cc26f740
...@@ -1042,7 +1042,9 @@ static gboolean priv_add_remote_candidate ( ...@@ -1042,7 +1042,9 @@ static gboolean priv_add_remote_candidate (
* @agent: a NiceAgent * @agent: a NiceAgent
* @stream_id: identifier returnedby nice_agent_add_stream() * @stream_id: identifier returnedby nice_agent_add_stream()
* @ufrag: NULL-terminated string containing an ICE username fragment * @ufrag: NULL-terminated string containing an ICE username fragment
* (length must be between 22 and 256 chars)
* @pwd: NULL-terminated string containing an ICE password * @pwd: NULL-terminated string containing an ICE password
* (length must be between 4 and 256 chars)
* *
* @return TRUE on success * @return TRUE on success
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment