public static final enum

Call.MEMBER_CALL_STATE

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.nexmo.sdk.conversation.client.Call.MEMBER_CALL_STATE

Class Overview

Enum for Call Member states.@constant

Summary

Enum Values
Call.MEMBER_CALL_STATE  ANSWERED  A Member answered the call  
Call.MEMBER_CALL_STATE  HUNGUP  A Member hung up the call  
Call.MEMBER_CALL_STATE  REJECTED  A Member rejected the call  
Call.MEMBER_CALL_STATE  RINGING  A member has joined the call and at least one more is invited  
Public Methods
static Call.MEMBER_CALL_STATE valueOf(String name)
final static MEMBER_CALL_STATE[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Call.MEMBER_CALL_STATE ANSWERED

A Member answered the call

public static final Call.MEMBER_CALL_STATE HUNGUP

A Member hung up the call

public static final Call.MEMBER_CALL_STATE REJECTED

A Member rejected the call

public static final Call.MEMBER_CALL_STATE RINGING

A member has joined the call and at least one more is invited

Public Methods

public static Call.MEMBER_CALL_STATE valueOf (String name)

public static final MEMBER_CALL_STATE[] values ()