Package io.livekit.server
Class TwilioCallOptions
-
- All Implemented Interfaces:
public final class TwilioCallOptionsOptions for Twilio calls.
-
-
Field Summary
Fields Modifier and Type Field Description private StringroomNameprivate List<<Error class: unknown class>>agentsprivate StringparticipantIdentityprivate StringparticipantNameprivate StringparticipantMetadataprivate Map<String, String>participantAttributesprivate StringdestinationCountry
-
Method Summary
Modifier and Type Method Description final StringgetRoomName()The LiveKit room to connect the call to final UnitsetRoomName(String roomName)The LiveKit room to connect the call to final List<<Error class: unknown class>>getAgents()Agents to dispatch the call to final UnitsetAgents(List<<Error class: unknown class>> agents)Agents to dispatch the call to final StringgetParticipantIdentity()Identity of the participant in the LiveKit room final UnitsetParticipantIdentity(String participantIdentity)Identity of the participant in the LiveKit room final StringgetParticipantName()Name of the participant in the LiveKit room final UnitsetParticipantName(String participantName)Name of the participant in the LiveKit room final StringgetParticipantMetadata()User-defined metadata to attach to the participant final UnitsetParticipantMetadata(String participantMetadata)User-defined metadata to attach to the participant final Map<String, String>getParticipantAttributes()User-defined attributes to attach to the participant final UnitsetParticipantAttributes(Map<String, String> participantAttributes)User-defined attributes to attach to the participant final StringgetDestinationCountry()Country where the call terminates (ISO 3166-1 alpha-2) final UnitsetDestinationCountry(String destinationCountry)Country where the call terminates (ISO 3166-1 alpha-2) -
-
Method Detail
-
getRoomName
final String getRoomName()
The LiveKit room to connect the call to
-
setRoomName
final Unit setRoomName(String roomName)
The LiveKit room to connect the call to
-
setAgents
final Unit setAgents(List<<Error class: unknown class>> agents)
Agents to dispatch the call to
-
getParticipantIdentity
final String getParticipantIdentity()
Identity of the participant in the LiveKit room
-
setParticipantIdentity
final Unit setParticipantIdentity(String participantIdentity)
Identity of the participant in the LiveKit room
-
getParticipantName
final String getParticipantName()
Name of the participant in the LiveKit room
-
setParticipantName
final Unit setParticipantName(String participantName)
Name of the participant in the LiveKit room
-
getParticipantMetadata
final String getParticipantMetadata()
User-defined metadata to attach to the participant
-
setParticipantMetadata
final Unit setParticipantMetadata(String participantMetadata)
User-defined metadata to attach to the participant
-
getParticipantAttributes
final Map<String, String> getParticipantAttributes()
User-defined attributes to attach to the participant
-
setParticipantAttributes
final Unit setParticipantAttributes(Map<String, String> participantAttributes)
User-defined attributes to attach to the participant
-
getDestinationCountry
final String getDestinationCountry()
Country where the call terminates (ISO 3166-1 alpha-2)
-
setDestinationCountry
final Unit setDestinationCountry(String destinationCountry)
Country where the call terminates (ISO 3166-1 alpha-2)
-
-
-
-