| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideowebrtcstorage |
| Modifier and Type | Method and Description |
|---|---|
default JoinStorageSessionResponse |
KinesisVideoWebRtcStorageClient.joinStorageSession(Consumer<JoinStorageSessionRequest.Builder> joinStorageSessionRequest)
Join the ongoing one way-video and/or multi-way audio WebRTC session as a video producing device for an input
channel.
|
default JoinStorageSessionResponse |
KinesisVideoWebRtcStorageClient.joinStorageSession(JoinStorageSessionRequest joinStorageSessionRequest)
Join the ongoing one way-video and/or multi-way audio WebRTC session as a video producing device for an input
channel.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<JoinStorageSessionResponse> |
KinesisVideoWebRtcStorageAsyncClient.joinStorageSession(Consumer<JoinStorageSessionRequest.Builder> joinStorageSessionRequest)
Join the ongoing one way-video and/or multi-way audio WebRTC session as a video producing device for an input
channel.
|
default CompletableFuture<JoinStorageSessionResponse> |
KinesisVideoWebRtcStorageAsyncClient.joinStorageSession(JoinStorageSessionRequest joinStorageSessionRequest)
Join the ongoing one way-video and/or multi-way audio WebRTC session as a video producing device for an input
channel.
|
Copyright © 2023. All rights reserved.