Remarks
This struct is passed in with a call to EOS_RTCAudio_OnUpdateReceivingCallback.
Properties
EOS_RTCAudio_UpdateReceivingCallbackInfo
Property | Value |
---|---|
EOS_EResult ResultCode | This returns: EOS_Success if receiving of channels of remote users was successfully enabled/disabled. EOS_NotFound if the participant isn't found by ParticipantId. EOS_UnexpectedError otherwise. |
void* ClientData | Client-specified data passed into EOS_RTCAudio_UpdateReceiving. |
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 |
EOS_Bool bAudioEnabled | Muted or unmuted audio track |