ErrCall
Description:
public enum ErrCall
Content:
Enum values:
- FRIEND_ALREADY_IN_CALL -
Attempted to call a friend while already in an audio or video call with them.
- FRIEND_NOT_CONNECTED - The
friend was valid, but not currently connected.
- FRIEND_NOT_FOUND - The friend number
did not designate a valid friend.
- INVALID_BIT_RATE - Audio or video
bit rate is invalid.
- MALLOC - A resource allocation error occurred
while trying to create the structures required for the call.
- OK - The function returned successfully.
- SYNC - Synchronization error occurred.