Replies: 1 comment 1 reply
-
Thanks to @Ermelious, this issue / feature request has been resolved: #872 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to add in the feature to Block a specified remote participant in the Lobby in the voice channel. The functionality seems to be missing, I don't see it in EOSLobbyManager nor RTCAudioInterface.
Here's the functionality:
https://dev.epicgames.com/docs/api-ref/functions/eos-rtc-block-participant
It's from:
https://dev.epicgames.com/docs/game-services/real-time-communication-interface/voice/using-voice
In the Mute section.
From my understanding, with BlockParticipant, each lobby member have the power to block any member in the Lobby that they do not want to hear or converse with. I'm not sure if this would apply to everyone or for themselves only. E.g if Participant A blocks Participant B, will Participant C still hear Participant B?
May I check where or how do I access BlockParticipant?
Beta Was this translation helpful? Give feedback.
All reactions