OutStreamingData Class

  • java.lang.Object
    • com.azure.communication.callautomation.models.OutStreamingData

public final class OutStreamingData

This class stream audio data back to Azure Communication Services, which plays the audio into the cal

Method Summary

Modifier and Type Method and Description
static String getStopAudioForOutbound()

Serialized stop data to stop playing audio back into the call Get the stop audiofor outbound

static String getStreamingDataForOutbound(BinaryData audioData)

Serialized audio data to play back into the cal Get the streaming data for outbound

Methods inherited from java.lang.Object

Method Details

getStopAudioForOutbound

public static String getStopAudioForOutbound()

Serialized stop data to stop playing audio back into the call Get the stop audiofor outbound

Returns:

the string of outstreaming data

getStreamingDataForOutbound

public static String getStreamingDataForOutbound(BinaryData audioData)

Serialized audio data to play back into the cal Get the streaming data for outbound

Parameters:

audioData - the audioData to set

Returns:

the string of outstreaming data

Applies to