-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix wrong override when options is not null when LocalTrack.create.
- Loading branch information
1 parent
c02fad6
commit dc1d8fb
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dc1d8fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cloudwebrtc Does this error mean that even if we give the defaultCameraCaptureOptions parameter it is ignored?
dc1d8fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is a bug caused by the previous version https://github.com/livekit/client-sdk-flutter/pull/290/files#diff-48afd7e75035607dd21e7c35577a8c13949ebe809f6f23529661c6003a1ffb9aR133
I'll release a new version later