| Package | Description |
|---|---|
| com.twilio.rest.preview.proxy.service |
| Modifier and Type | Method and Description |
|---|---|
static SessionCreator |
Session.creator(String pathServiceSid)
Create a SessionCreator to execute create.
|
SessionCreator |
SessionCreator.setParticipants(List<String> participants)
The participants.
|
SessionCreator |
SessionCreator.setParticipants(String participants)
The participants.
|
SessionCreator |
SessionCreator.setStatus(Session.Status status)
The Status of this Session.
|
SessionCreator |
SessionCreator.setTtl(Integer ttl)
How long will this session stay open, in seconds.
|
SessionCreator |
SessionCreator.setUniqueName(String uniqueName)
Provides a unique and addressable name to be assigned to this Session,
assigned by the developer, to be optionally used in addition to SID..
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.