Skip to content

Commit

Permalink
SpotlightEnabled == .enabled の際に、自動的にサイマルキャストを有効化しない
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed Apr 7, 2022
1 parent 0979307 commit 44f3b81
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 @@ -289,7 +289,7 @@ class PeerChannel: NSObject, RTCPeerConnectionDelegate {

let webRTCVersion = "Shiguredo-build \(WebRTCInfo.version) (\(WebRTCInfo.version).\(WebRTCInfo.commitPosition).\(WebRTCInfo.maintenanceVersion) \(WebRTCInfo.shortRevision))"

let simulcast = configuration.simulcastEnabled || configuration.spotlightEnabled == .enabled
let simulcast = configuration.simulcastEnabled
let connect = SignalingConnect(
role: role,
channelId: configuration.channelId,
Expand Down

0 comments on commit 44f3b81

Please sign in to comment.