ParticipantInfo interface
Represents a participant in a call.
Properties
display |
Optional display name, if it was set by the endpoint of that remote participant. |
endpoint |
Get the details of all the endpoints for this remote participant |
identifier | Get the identifier for this remote participant. |
Property Details
displayName
Optional display name, if it was set by the endpoint of that remote participant.
displayName?: string
Property Value
string
endpointDetails
Get the details of all the endpoints for this remote participant
endpointDetails: EndpointDetails[]
Property Value
identifier
Get the identifier for this remote participant.
identifier: CommunicationIdentifierKind