Remarks
This struct is passed in with a call to EOS_RTCAudio_OnUpdateParticipantVolumeCallback.
Properties
EOS_RTCAudio_UpdateParticipantVolumeCallbackInfo
Property | Value |
---|---|
EOS_EResult ResultCode | This returns: EOS_Success if volume of remote participant audio was successfully changed. EOS_UnexpectedError otherwise. |
void* ClientData | Client-specified data passed into EOS_RTCAudio_UpdateParticipantVolume. |
EOS_ProductUserId LocalUserId | The Product User ID of the user who initiated this request. |
const char* RoomName | The room this settings should be applied on. |
EOS_ProductUserId ParticipantId | The participant to modify or null to update the global configuration |
float Volume | The volume that was set for received audio (range 0.0 to 100.0). |