You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: