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 StreamResponse fromJson​(java.lang.String json)  
    java.lang.String getMessage()  
    java.lang.String getUuid()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait