conference_by_id


Description:

public uint32 conference_by_id (uint8[] id, out ErrConferenceById error = null)

Return the conference number associated with the specified id.

Parameters:

id

A byte array containing the conference id (TOX_CONFERENCE_ID_SIZE).

Returns:

the conference number on success, an unspecified value on failure.