Uses of Class
software.amazon.awssdk.services.kinesisvideowebrtcstorage.model.JoinStorageSessionResponse
-
Packages that use JoinStorageSessionResponse Package Description software.amazon.awssdk.services.kinesisvideowebrtcstorage -
-
Uses of JoinStorageSessionResponse in software.amazon.awssdk.services.kinesisvideowebrtcstorage
Methods in software.amazon.awssdk.services.kinesisvideowebrtcstorage that return JoinStorageSessionResponse Modifier and Type Method Description default JoinStorageSessionResponseKinesisVideoWebRtcStorageClient. 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 JoinStorageSessionResponseKinesisVideoWebRtcStorageClient. 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.Methods in software.amazon.awssdk.services.kinesisvideowebrtcstorage that return types with arguments of type JoinStorageSessionResponse Modifier and Type Method 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.
-