ParticipantChangedReason Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. cognitiveservices. speech. transcription. ParticipantChangedReason
- com.
- java.
public enum ParticipantChangedReason
extends java.lang.Enum<ParticipantChangedReason>
Why the participant changed event was raised. Added in version 1.12.0
Fields
JoinedConversation |
Participant has joined the conversation. |
LeftConversation |
Participant has left the conversation. |
Updated |
The participants' state has changed (e. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
getValue()
public int getValue()
Returns the value of participant changed reason
Returns
valueOf(String name)
public static ParticipantChangedReason valueOf(String name)
Parameters
- name
- java.lang.String