FriendCallState
Description:
[ Flags ]
public enum FriendCallState
Content:
Enum values:
- ACCEPTING_A - The flag that marks
that friend is receiving audio.
- ACCEPTING_V - The flag that marks
that friend is receiving video.
- ERROR - Set by the AV core if an error
occurred on the remote end or if friend timed out. This is the final state after which no more state transitions can occur for the call.
This call state will never be triggered in combination with other call states.
- FINISHED - The call has finished.
This is the final state after which no more state transitions can occur for the call. This call state will never be triggered in
combination with other call states.
- NONE - The empty bit mask. None of the
bits specified below are set.
- SENDING_A - The flag that marks
that friend is sending audio.
- SENDING_V - The flag that marks
that friend is sending video.