Skip to content

Commit

Permalink
CameraVideoCapturer のログを出力する
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed Oct 17, 2023
1 parent 1d107aa commit 3546cdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
- フレームレートに 60 を設定しても、 AVFrameRateRange が 1-30 の AVCaptureDevice.Format が選択されてしまうケースがあった
- 修正前は、カメラから同じ解像度の AVCaptureDevice.Format が複数取得された場合、最初に解像度が一致した AVCaptureDevice.Format を選択しており、フレームレートが考慮されていないという問題があった
- @enm10k
- [UPDATE] CameraVideoCapturer のログを出力する
- @enm10k

## 2023.3.0

Expand Down
3 changes: 2 additions & 1 deletion Sora/Logger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ public final class Logger {
.nativePeerChannel,
.mediaChannel,
.mediaStream,
.dataChannel:
.dataChannel,
.cameraVideoCapturer:
out = true
default:
break
Expand Down

0 comments on commit 3546cdc

Please sign in to comment.