Hi,
There is one scenario in my application -
Description:
If I am a performer who wants to perform something in a video call then only my video (view) will be visible to all participants in a group call, other participants’ videos (views) will be hidden.
Let’s assume there is 3 participant (players) in a game and there is a sequence of players.
Case 1: 1st player turn (performer) →
1st player video (view) will be visible to 2nd and 3rd players in a group call and 2nd and 3rd players’ video (view) will be hidden.
Case 2: 2nd player turn (performer) →
2nd player video (view) will be visible to 1st and 3rd players in a group call and 1st and 3rd players’ video(view) will be hidden.
Case 3: 3rd player turn (performer) →
3rd player video (view) will be visible to 1st and 2nd players in a group call and 1st and 2nd players’ video(view) will be hidden.
How can we do this using Sendbird Group Call SDK?
Thanks in advance.