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 the users were successfully unblocked.
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
|
This struct is passed in with a call to EOS_RTCAudio_OnUpdateReceivingCallback.
Properties
RTCAudio.UpdateReceivingCallbackInfo
Property
|
Value
|
Result ResultCode
|
This returns:
EOS_Success if the users were successfully unblocked.
EOS_UnexpectedError otherwise.
|
object ClientData
|
Client-specified data passed into EOS_RTCAudio_UpdateReceiving.
|
ProductUserId LocalUserId
|
The Product User ID of the user who initiated this request.
|
string RoomName
|
The room this settings should be applied on.
|
ProductUserId ParticipantId
|
The participant to modify or null to update the global configuration
|
bool AudioEnabled
|
Muted or unmuted audio track
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no