Remarks
Use this function to change outgoing 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 the local user is not in the room
Parameters
EOS_RTCAudio_UpdateSendingVolume
Parameter Type And Name | Usage Information |
---|---|
EOS_HRTCAudio Handle | |
const EOS_RTCAudio_UpdateSendingVolumeOptions* Options | structure containing the parameters for the operation. |
void* ClientData | Arbitrary data that is passed back in the CompletionDelegate |
const EOS_RTCAudio_OnUpdateSendingVolumeCallback CompletionDelegate | The callback to be fired when the operation completes, either successfully or in error |