conference_invite


Description:

public bool conference_invite (uint32 friend_number, uint32 conference_number, out ErrConferenceInvite error = null)

Invites a friend to a conference.

We must be connected to the conference, meaning that the conference has not been deleted, and either we created the conference with the Tox.conference_new function, or a `conference_connected` event has occurred for the conference.

Parameters:

friend_number

The friend number of the friend we want to invite.

conference_number

The conference number of the conference we want to invite the friend to.

Returns:

true on success.