Uses of Class
software.amazon.awssdk.services.kinesisvideowebrtcstorage.model.JoinStorageSessionRequest
-
Packages that use JoinStorageSessionRequest Package Description software.amazon.awssdk.services.kinesisvideowebrtcstorage software.amazon.awssdk.services.kinesisvideowebrtcstorage.transform -
-
Uses of JoinStorageSessionRequest in software.amazon.awssdk.services.kinesisvideowebrtcstorage
Methods in software.amazon.awssdk.services.kinesisvideowebrtcstorage with parameters of type JoinStorageSessionRequest Modifier and Type Method Description 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.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. -
Uses of JoinStorageSessionRequest in software.amazon.awssdk.services.kinesisvideowebrtcstorage.transform
Methods in software.amazon.awssdk.services.kinesisvideowebrtcstorage.transform with parameters of type JoinStorageSessionRequest Modifier and Type Method Description SdkHttpFullRequestJoinStorageSessionRequestMarshaller. marshall(JoinStorageSessionRequest joinStorageSessionRequest)
-