CallStateCallback


Description:

public delegate void CallStateCallback (ToxAV av, uint32 friend_number, FriendCallState state)

The function type for the call_state callback.

Parameters:

friend_number

The friend number for which the call state changed.

state

The bitmask of the new call state which is guaranteed to be different than the previous state. The state is set to 0 when the call is paused. The bitmask represents all the activities currently performed by the friend.


Namespace: ToxAV
Package: toxcore