conference_join


Description:

public uint32 conference_join (uint32 friend_number, uint8[] cookie, out ErrConferenceJoin error = null)

Joins a conference that the client has been invited to.

Parameters:

friend_number

The friend number of the friend who sent the invite.

cookie

Received via the `conference_invite` event.

Returns:

conference number on success, an unspecified value on failure.