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
I'm trying to force video preview size via rtc media track constraints. However displayed video size doesn't change. Additionally, it seems that video is mirrored by default so I have to include mirrored={false}
The problem seems to be related to the "addLocalMedia" action - when I directly add local media with "screenCapture: true" everything works as expected.
The text was updated successfully, but these errors were encountered:
I'm trying to force video preview size via rtc media track constraints. However displayed video size doesn't change. Additionally, it seems that video is mirrored by default so I have to include mirrored={false}
The problem seems to be related to the "addLocalMedia" action - when I directly add local media with "screenCapture: true" everything works as expected.
The text was updated successfully, but these errors were encountered: