-
Methods in video.api.client.api.clients that return LiveStream
| Modifier and Type |
Method |
Description |
LiveStream |
LiveApi.create(LiveStreamCreatePayload liveStreamCreatePayload) |
Create live stream A live stream will give you the 'connection point' to RTMP your video stream to
api.video.
|
LiveStream |
LiveStreamsApi.create(LiveStreamCreatePayload liveStreamCreatePayload) |
Create live stream A live stream will give you the 'connection point' to RTMP your video stream to
api.video.
|
LiveStream |
LiveApi.deleteThumbnail(java.lang.String liveStreamId) |
Delete a thumbnail Send the unique identifier for a live stream to delete it from the system.
|
LiveStream |
LiveStreamsApi.deleteThumbnail(java.lang.String liveStreamId) |
Delete a thumbnail Send the unique identifier for a live stream to delete it from the system.
|
LiveStream |
LiveApi.get(java.lang.String liveStreamId) |
Show live stream Supply a LivestreamId, and you'll get all the details for streaming into, and watching the
livestream.
|
LiveStream |
LiveStreamsApi.get(java.lang.String liveStreamId) |
Show live stream Supply a LivestreamId, and you'll get all the details for streaming into, and watching the
livestream.
|
LiveStream |
LiveApi.update(java.lang.String liveStreamId,
LiveStreamUpdatePayload liveStreamUpdatePayload) |
Update a live stream Use this endpoint to update the player, or to turn recording on/off (saving a copy of the
livestream).
|
LiveStream |
LiveStreamsApi.update(java.lang.String liveStreamId,
LiveStreamUpdatePayload liveStreamUpdatePayload) |
Update a live stream Use this endpoint to update the player, or to turn recording on/off (saving a copy of the
livestream).
|
LiveStream |
LiveApi.uploadThumbnail(java.lang.String liveStreamId,
java.io.File file) |
Upload a thumbnail Upload an image to use as a backdrop for your livestream.
|
LiveStream |
LiveStreamsApi.uploadThumbnail(java.lang.String liveStreamId,
java.io.File file) |
Upload a thumbnail Upload an image to use as a backdrop for your livestream.
|
Methods in video.api.client.api.clients that return types with arguments of type LiveStream
| Modifier and Type |
Method |
Description |
ApiResponse<LiveStream> |
LiveApi.createWithHttpInfo(LiveStreamCreatePayload liveStreamCreatePayload) |
Create live stream A live stream will give you the 'connection point' to RTMP your video stream to
api.video.
|
ApiResponse<LiveStream> |
LiveStreamsApi.createWithHttpInfo(LiveStreamCreatePayload liveStreamCreatePayload) |
Create live stream A live stream will give you the 'connection point' to RTMP your video stream to
api.video.
|
ApiResponse<LiveStream> |
LiveApi.deleteThumbnailWithHttpInfo(java.lang.String liveStreamId) |
Delete a thumbnail Send the unique identifier for a live stream to delete it from the system.
|
ApiResponse<LiveStream> |
LiveStreamsApi.deleteThumbnailWithHttpInfo(java.lang.String liveStreamId) |
Delete a thumbnail Send the unique identifier for a live stream to delete it from the system.
|
Page<LiveStream> |
LiveApi.APIlistRequest.execute() |
Execute list request
|
Page<LiveStream> |
LiveStreamsApi.APIlistRequest.execute() |
Execute list request
|
ApiResponse<LiveStream> |
LiveApi.getWithHttpInfo(java.lang.String liveStreamId) |
Show live stream Supply a LivestreamId, and you'll get all the details for streaming into, and watching the
livestream.
|
ApiResponse<LiveStream> |
LiveStreamsApi.getWithHttpInfo(java.lang.String liveStreamId) |
Show live stream Supply a LivestreamId, and you'll get all the details for streaming into, and watching the
livestream.
|
ApiResponse<LiveStream> |
LiveApi.updateWithHttpInfo(java.lang.String liveStreamId,
LiveStreamUpdatePayload liveStreamUpdatePayload) |
Update a live stream Use this endpoint to update the player, or to turn recording on/off (saving a copy of the
livestream).
|
ApiResponse<LiveStream> |
LiveStreamsApi.updateWithHttpInfo(java.lang.String liveStreamId,
LiveStreamUpdatePayload liveStreamUpdatePayload) |
Update a live stream Use this endpoint to update the player, or to turn recording on/off (saving a copy of the
livestream).
|
ApiResponse<LiveStream> |
LiveApi.uploadThumbnailWithHttpInfo(java.lang.String liveStreamId,
java.io.File file) |
Upload a thumbnail Upload an image to use as a backdrop for your livestream.
|
ApiResponse<LiveStream> |
LiveStreamsApi.uploadThumbnailWithHttpInfo(java.lang.String liveStreamId,
java.io.File file) |
Upload a thumbnail Upload an image to use as a backdrop for your livestream.
|
-