answer


Description:

public bool answer (uint32 friend_number, uint32 audio_bit_rate, uint32 video_bit_rate, out ErrAnswer error = null)

Accept an incoming call.

If answering fails for any reason, the call will still be pending and it is possible to try and answer it later. Audio and video receiving are both enabled by default.

Parameters:

friend_number

The friend number of the friend that is calling.

audio_bit_rate

Audio bit rate in Kb/sec. Set this to 0 to disable audio sending.

video_bit_rate

Video bit rate in Kb/sec. Set this to 0 to disable video sending.