Class ParticipantId
java.lang.Object
org.exoplatform.webconferencing.domain.ParticipantId
- All Implemented Interfaces:
Serializable
Created by The eXo Platform SAS.
- Version:
- $Id: ParticipantEntity.java 00000 Dec 22, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new participant id.ParticipantId(String id, String callId) Instantiates a new participant id. -
Method Summary
-
Field Details
-
id
The id. -
callId
The call id.
-
-
Constructor Details
-
ParticipantId
public ParticipantId()Instantiates a new participant id. -
ParticipantId
Instantiates a new participant id.- Parameters:
id- the idcallId- the call id
-
-
Method Details