Uses of Class
com.vonage.client.video.Broadcast
Packages that use Broadcast
-
Uses of Broadcast in com.vonage.client.video
Methods in com.vonage.client.video that return BroadcastModifier and TypeMethodDescriptionBroadcast.Builder.build()Builds the Broadcast object with this builder's settings.VideoClient.createBroadcast(Broadcast request) Start a new live streaming broadcast.static BroadcastCreates an instance of this class from a JSON payload.VideoClient.getBroadcast(String broadcastId) Get Information about a Broadcast that is in progress.VideoClient.stopBroadcast(String broadcastId) Stop a live broadcast.Methods in com.vonage.client.video that return types with arguments of type BroadcastModifier and TypeMethodDescriptionVideoClient.listBroadcasts()List all broadcasts that are in progress and started in the application.VideoClient.listBroadcasts(ListStreamCompositionsRequest request) List all broadcasts that are in progress and started in the application.Methods in com.vonage.client.video with parameters of type BroadcastModifier and TypeMethodDescriptionVideoClient.createBroadcast(Broadcast request) Start a new live streaming broadcast.