CallCallback


Description:

public delegate void CallCallback (ToxAV av, uint32 friend_number, bool audio_enabled, bool video_enabled)

The function type for the call callback.

Parameters:

friend_number

The friend number from which the call is incoming.

audio_enabled

True if friend is sending audio.

video_enabled

True if friend is sending video.


Namespace: ToxAV
Package: toxcore