| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionData |
ConnectionData.clone() |
ConnectionData |
StartWebRTCContactResult.getConnectionData()
Information required for the client application (mobile application or website) to connect to the call.
|
ConnectionData |
ConnectionData.withAttendee(Attendee attendee)
The attendee information, including attendee ID and join token.
|
ConnectionData |
ConnectionData.withMeeting(Meeting meeting)
A meeting created using the Amazon Chime SDK.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartWebRTCContactResult.setConnectionData(ConnectionData connectionData)
Information required for the client application (mobile application or website) to connect to the call.
|
StartWebRTCContactResult |
StartWebRTCContactResult.withConnectionData(ConnectionData connectionData)
Information required for the client application (mobile application or website) to connect to the call.
|
Copyright © 2024. All rights reserved.