ConferenceInviteCallback


Description:

[ CCode ( has_target = false ) ]
public delegate void ConferenceInviteCallback (Tox self, uint32 friend_number, ConferenceType type, uint8[] cookie, void* user_data)

The invitation will remain valid until the inviting friend goes offline or exits the conference.

Parameters:

friend_number

The friend who invited us.

type

The conference type (text only or audio/video).

cookie

A piece of data of variable length required to join the conference.