[ Version ( deprecated = true , since = "0.2.4" , deprecated_since = "0.2.5" , replacement = "conference_by_id" ) ]
public uint32 conference_by_uid (uint8[] id, out ErrConferenceByUId error = null)
Warning: conference_by_uid is deprecated since "0.2.5". Use ToxCore.Tox.conference_by_id.
Return the conference number associated with the specified id.
id |
A byte array containing the conference id (TOX_CONFERENCE_ID_SIZE). |
the conference number on success, an unspecified value on failure. |