Uses of Class
com.vonage.client.voice.StreamResponse
Packages that use StreamResponse
-
Uses of StreamResponse in com.vonage.client.voice
Methods in com.vonage.client.voice that return StreamResponseModifier and TypeMethodDescriptionstatic StreamResponseCreates an instance of this class from a JSON payload.VoiceClient.startStream(String uuid, String streamUrl) Stream audio to an ongoing call.VoiceClient.startStream(String uuid, String streamUrl, int loop) Stream audio to an ongoing call.VoiceClient.startStream(String uuid, String streamUrl, int loop, double level) Stream audio to an ongoing call.VoiceClient.stopStream(String uuid) Stop the audio being streamed into a call.