Skip to content

Commit

Permalink
format check での指摘を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Jul 22, 2024
1 parent 6fab1b0 commit 112b9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sora/PeerChannel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class PeerChannel: NSObject, RTCPeerConnectionDelegate {
lock.lock()
onConnect = handler

// TODO (zztkm): WrapperVideoEncoderFactory は type: offer メッセージを受け取ったときに設定されるので、ここでの設定は不要かもしれない
// TODO(zztkm): WrapperVideoEncoderFactory は type: offer メッセージを受け取ったときに設定されるので、ここでの設定は不要かもしれない
// サイマルキャストを利用する場合は、 RTCPeerConnection の生成前に WrapperVideoEncoderFactory を設定する必要がある
WrapperVideoEncoderFactory.shared.simulcastEnabled = configuration.simulcastEnabled

Expand Down

0 comments on commit 112b9e9

Please sign in to comment.