azure-docs-sdk-java/docs-ref-autogen/com.azure.communication.cal...

65 строки
4.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.communication.callautomation.models.CallParticipant"
fullName: "com.azure.communication.callautomation.models.CallParticipant"
name: "CallParticipant"
nameWithType: "CallParticipant"
summary: "The Call<wbr>Participant model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **CallParticipant**"
constructors:
- uid: "com.azure.communication.callautomation.models.CallParticipant.CallParticipant(com.azure.communication.common.CommunicationIdentifier,java.lang.Boolean)"
fullName: "com.azure.communication.callautomation.models.CallParticipant.CallParticipant(CommunicationIdentifier identifier, Boolean isMuted)"
name: "CallParticipant(CommunicationIdentifier identifier, Boolean isMuted)"
nameWithType: "CallParticipant.CallParticipant(CommunicationIdentifier identifier, Boolean isMuted)"
summary: "Constructor of the class"
parameters:
- description: "The communication identifier"
name: "identifier"
type: "<xref href=\"com.azure.communication.common.CommunicationIdentifier?alt=com.azure.communication.common.CommunicationIdentifier&text=CommunicationIdentifier\" data-throw-if-not-resolved=\"False\" />"
- description: "The value of isMuted"
name: "isMuted"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public CallParticipant(CommunicationIdentifier identifier, Boolean isMuted)"
desc: "Constructor of the class"
methods:
- uid: "com.azure.communication.callautomation.models.CallParticipant.getIdentifier()"
fullName: "com.azure.communication.callautomation.models.CallParticipant.getIdentifier()"
name: "getIdentifier()"
nameWithType: "CallParticipant.getIdentifier()"
summary: "Get the identifier property: Communication identifier of the participant."
syntax: "public CommunicationIdentifier getIdentifier()"
desc: "Get the identifier property: Communication identifier of the participant."
returns:
description: "the identifier value."
type: "<xref href=\"com.azure.communication.common.CommunicationIdentifier?alt=com.azure.communication.common.CommunicationIdentifier&text=CommunicationIdentifier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.callautomation.models.CallParticipant.isMuted()"
fullName: "com.azure.communication.callautomation.models.CallParticipant.isMuted()"
name: "isMuted()"
nameWithType: "CallParticipant.isMuted()"
summary: "Get the is<wbr>Muted property: Is participant muted."
syntax: "public Boolean isMuted()"
desc: "Get the isMuted property: Is participant muted."
returns:
description: "the isMuted value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
type: "class"
desc: "The CallParticipant model."
metadata: {}
package: "com.azure.communication.callautomation.models"
artifact: com.azure:azure-communication-callautomation:1.2.6