public class NexmoCallMember
extends java.lang.Object
Available actions on a NexmoCallMember are:
mute(boolean, NexmoRequestListener)earmuff(boolean, NexmoRequestListener)| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
NexmoCallMember(Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
earmuff(boolean earmuffEnabled,
com.nexmo.client.request_listener.NexmoRequestListener listener)
Earmuff on/off the NexmoCallMember.
|
boolean |
equals(java.lang.Object o) |
NexmoCallStatus |
getCallState() |
NexmoChannel |
getChannel() |
NexmoMember |
getMember()
NexmoMember for this NexmoCallMember.
|
int |
hashCode() |
void |
mute(boolean muteEnabled,
com.nexmo.client.request_listener.NexmoRequestListener listener)
Mute on/off the NexmoCallMember.
|
void |
setEarmuffState(NexmoMediaActionState state) |
void |
setSuspendState(NexmoMediaActionState state) |
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public void mute(boolean muteEnabled,
com.nexmo.client.request_listener.NexmoRequestListener listener)
muteEnabled - Mute enabled.listener - The listener in charge of dispatching the result.public void earmuff(boolean earmuffEnabled,
com.nexmo.client.request_listener.NexmoRequestListener listener)
earmuffEnabled - Earmuff enabled.listener - The listener in charge of dispatching the result.public NexmoMember getMember()
public NexmoChannel getChannel()
public int describeContents()
public void writeToParcel(Parcel dest,
int flags)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic NexmoCallStatus getCallState()
public void setEarmuffState(NexmoMediaActionState state)
public void setSuspendState(NexmoMediaActionState state)