EOS_RTCAudio_SendAudio

EOS API reference page for EOS_RTCAudio_SendAudio

1 min to read

Remarks

Use this function to push a new audio buffer to be sent to the participants of a room. This should only be used if Manual Audio Input was enabled locally for the specified room.

Return Value

  • EOS_Success if the buffer was successfully queued for sending

  • EOS_InvalidParameters if any of the parameters are incorrect

  • EOS_NotFound if the specified room was not found

  • EOS_InvalidState if manual recording was not enabled when joining the room.

See Also

EOS_RTC_JoinRoomOptions, EOS_Lobby_LocalRTCOptions

Parameters

EOS_RTCAudio_SendAudio

Parameter Type And NameUsage Information
EOS_HRTCAudio Handle
const EOS_RTCAudio_SendAudioOptions* Optionsstructure containing the parameters for the operation.