(async () => // Get the data endpoint for the GET_MEDIA operation (usually "https://xxxx.kinesisvideo.amazonaws.com") const kvClient = new KinesisVideoClient( region: REGION ); const endpointCmd = new GetDataEndpointCommand( APIName: "GET_MEDIA", StreamARN: STREAM_ARN, ); const DataEndpoint = await kvClient.send(endpointCmd);
Prepared – 2026‑04‑14