Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot send unmute request if remote peer doesn't have microphone or camera permission #212

Open
Harshal624 opened this issue May 6, 2022 · 2 comments

Comments

@Harshal624
Copy link

Issue: If a peer is allowed to publish audio and video tracks but due to missing audio and video permissions, the audioTrack and videoTrack is null. So other participants cannot send unmute requests to such peers as the HMSSDK.changeTrackState() need a nonnull HMSTrack.

@AniketSK
Copy link
Collaborator

AniketSK commented May 6, 2022

@Harshal624 this is a current limitation of the SDK. People who don't have tracks for one reason or another, can't turn them in mid call unless it's as a response to a role change.
This is in our roadmap. Thanks for reaching out to let us know this is important.

@chirag2993
Copy link

Hi,

I'm facing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants