EOS_RTCAudio_UpdateParticipantVolumeCallbackInfo

EOS API reference page for EOS_RTCAudio_UpdateParticipantVolumeCallbackInfo

1分で読めます

Remarks

This struct is passed in with a call to EOS_RTCAudio_OnUpdateParticipantVolumeCallback.

Properties

EOS_RTCAudio_UpdateParticipantVolumeCallbackInfo

PropertyValue
EOS_EResult ResultCodeThis returns: EOS_Success if volume of remote participant audio was successfully changed. EOS_UnexpectedError otherwise.
void* ClientDataClient-specified data passed into EOS_RTCAudio_UpdateParticipantVolume.
EOS_ProductUserId LocalUserIdThe Product User ID of the user who initiated this request.
const char* RoomNameThe room this settings should be applied on.
EOS_ProductUserId ParticipantIdThe participant to modify or null to update the global configuration
float VolumeThe volume that was set for received audio (range 0.0 to 100.0).