-
- All Implemented Interfaces:
public final class IdentityInformation about session Participant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumIdentity.RoleSession Participant role
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisHostprivate final Identity.Roleroleprivate final Stringnameprivate final Stringcompanyprivate final LongconnectedAt
-
Constructor Summary
Constructors Constructor Description Identity(Identity.Role role, String name, String company, Long connectedAt)
-
Method Summary
Modifier and Type Method Description final BooleanisHost()final Identity.RolegetRole()final StringgetName()final StringgetCompany()final LonggetConnectedAt()-
-
Constructor Detail
-
Identity
Identity(Identity.Role role, String name, String company, Long connectedAt)
- Parameters:
role-HOST or GUEST. For the most cases SDK client is a GUEST
name-name provided in user profile
company-company specified in user profile
connectedAt-user connection Unix epoch timestamp
-
-
Method Detail
-
getRole
final Identity.Role getRole()
-
getCompany
final String getCompany()
-
getConnectedAt
final Long getConnectedAt()
-
-
-
-