agent.h | agent.h | |||
---|---|---|---|---|
skipping to change at line 378 | skipping to change at line 378 | |||
NiceRelayType type); | NiceRelayType type); | |||
/** | /** | |||
* nice_agent_gather_candidates: | * nice_agent_gather_candidates: | |||
* @agent: The #NiceAgent Object | * @agent: The #NiceAgent Object | |||
* @stream_id: The id of the stream to start | * @stream_id: The id of the stream to start | |||
* | * | |||
* Start the candidate gathering process. | * Start the candidate gathering process. | |||
* Once done, #NiceAgent::candidate-gathering-done is called for the stream | * Once done, #NiceAgent::candidate-gathering-done is called for the stream | |||
* | * | |||
* Returns: %FALSE if there were no local addresses and they couldn't be di | ||||
scovered. In this case, call nice_agent_add_local_address() first. | ||||
* | ||||
* See also: nice_agent_add_local_address() | * See also: nice_agent_add_local_address() | |||
<note> | <note> | |||
<para> | <para> | |||
Local addresses can be previously set with nice_agent_add_local_address () | Local addresses can be previously set with nice_agent_add_local_address () | |||
</para> | </para> | |||
<para> | <para> | |||
Since 0.0.5, If no local address was previously added, then the nice ag ent | Since 0.0.5, If no local address was previously added, then the nice ag ent | |||
will automatically detect the local address using | will automatically detect the local address using | |||
nice_interfaces_get_local_ips() | nice_interfaces_get_local_ips() | |||
</para> | </para> | |||
</note> | </note> | |||
*/ | */ | |||
void | gboolean | |||
nice_agent_gather_candidates ( | nice_agent_gather_candidates ( | |||
NiceAgent *agent, | NiceAgent *agent, | |||
guint stream_id); | guint stream_id); | |||
/** | /** | |||
* nice_agent_set_remote_credentials: | * nice_agent_set_remote_credentials: | |||
* @agent: The #NiceAgent Object | * @agent: The #NiceAgent Object | |||
* @stream_id: The ID of the stream | * @stream_id: The ID of the 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) | * (length must be between 22 and 256 chars) | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 4 lines changed or added | |||