Remarks
This struct is passed in with a call to EOS_RTCAudio_OnUpdateSendingVolumeCallback.
Properties
EOS_RTCAudio_UpdateSendingVolumeCallbackInfo
Property | Value |
---|---|
EOS_EResult ResultCode | This returns: EOS_Success if sending volume of channels of the local user was successfully changed. EOS_UnexpectedError otherwise. |
void* ClientData | Client-specified data passed into EOS_RTCAudio_UpdateSendingVolume. |
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. |
float Volume | The volume that was set for sent audio (range 0.0 to 100.0). |