Skip to content

Commit

Permalink
Log error message
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Dec 12, 2024
1 parent 8bfed24 commit 072f572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LiveKit/Track/Capturers/VideoCapturer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ extension VideoCapturer {
{
var rtcFrame: LKRTCVideoFrame = frame
guard var lkFrame: VideoFrame = frame.toLKType() else {
// Failed to convert RTCFrame to VideoFrame
log("Failed to convert a RTCVideoFrame to VideoFrame.", .error)
return
}

Expand Down

0 comments on commit 072f572

Please sign in to comment.