Package com.vonage.client.voice
Class StreamResponse
java.lang.Object
com.vonage.client.voice.StreamResponse
public class StreamResponse extends java.lang.Object
Response from successfully streaming an audio file or stopping a stream to an active
Call.
This would be returned by VoiceClient.startStream(String, String) or VoiceClient.stopStream(String)
-
Constructor Summary
Constructors Constructor Description StreamResponse() -
Method Summary
Modifier and Type Method Description static StreamResponsefromJson(java.lang.String json)java.lang.StringgetMessage()java.lang.StringgetUuid()
-
Constructor Details
-
StreamResponse
public StreamResponse()
-
-
Method Details