Class StreamRequest

java.lang.Object
com.vonage.client.voice.StreamRequest

public class StreamRequest
extends java.lang.Object
The request object to stream an audio file.

Contains the uuid of the Call and the StreamPayload to be sent in the request.

  • Constructor Summary

    Constructors 
    Constructor Description
    StreamRequest​(java.lang.String uuid, java.lang.String streamUrl, int loop)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getUuid()  
    void setUuid​(java.lang.String uuid)  
    java.lang.String toJson()  

    Methods inherited from class java.lang.Object

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