EOS_RTCAudio_UpdateParticipantVolume

EOS API reference page for EOS_RTCAudio_UpdateParticipantVolume

1 min to read

Remarks

Use this function to change participant audio volume for a room.

Due to internal implementation details, this function requires that you first register to any notification for room

Return Value

  • EOS_Success if the operation succeeded

  • EOS_InvalidParameters if any of the parameters are incorrect

  • EOS_NotFound if either the local user or specified participant are not in the room

Parameters

EOS_RTCAudio_UpdateParticipantVolume

Parameter Type And NameUsage Information
EOS_HRTCAudio Handle
const EOS_RTCAudio_UpdateParticipantVolumeOptions* Optionsstructure containing the parameters for the operation.
void* ClientDataArbitrary data that is passed back in the CompletionDelegate
const EOS_RTCAudio_OnUpdateParticipantVolumeCallback CompletionDelegateThe callback to be fired when the operation completes, either successfully or in error