| Package | Description |
|---|---|
| com.twilio.rest.preview.proxy.service |
| Modifier and Type | Method and Description |
|---|---|
SessionUpdater |
SessionUpdater.setParticipants(List<String> participants)
The participants.
|
SessionUpdater |
SessionUpdater.setParticipants(String participants)
The participants.
|
SessionUpdater |
SessionUpdater.setStatus(Session.Status status)
The Status of this Session.
|
SessionUpdater |
SessionUpdater.setTtl(Integer ttl)
How long will this session stay open, in seconds.
|
SessionUpdater |
SessionUpdater.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..
|
static SessionUpdater |
Session.updater(String pathServiceSid,
String pathSid)
Create a SessionUpdater to execute update.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.