Skip to content

Commit

Permalink
libwebrtc に値を渡すようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Dec 23, 2024
1 parent 14788bb commit ff3d192
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ class PeerChannelImpl(
offerEncoding.maxBitrate?.also { senderEncoding.maxBitrateBps = it }
offerEncoding.maxFramerate?.also { senderEncoding.maxFramerate = it.toInt() }
offerEncoding.scaleResolutionDownBy?.also { senderEncoding.scaleResolutionDownBy = it }
offerEncoding.scaleResolutionDownTo?.also { senderEncoding.scaleResolutionDownTo = it }
offerEncoding.scalabilityMode?.also { senderEncoding.scalabilityMode = it }
}

Expand Down

0 comments on commit ff3d192

Please sign in to comment.