public class ParticipantSession extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SESSION_KEY |
| Constructor and Description |
|---|
ParticipantSession() |
ParticipantSession(String participantName,
String roomName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getParticipantName() |
String |
getRoomName() |
void |
setParticipantName(String participantName) |
void |
setRoomName(String roomName) |
String |
toString() |
public static final String SESSION_KEY
Copyright © 2016 Kurento. All rights reserved.