public class ParticipantId extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
callId
The call id.
|
protected String |
id
The id.
|
| Constructor and Description |
|---|
ParticipantId()
Instantiates a new participant id.
|
ParticipantId(String id,
String callId)
Instantiates a new participant id.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCallId()
Gets the call id.
|
String |
getId()
Gets the id.
|
int |
hashCode() |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.