Skip to content

Conversation

@miosakuma
Copy link
Contributor

libwebrtc m142 の変更へ追従し以下の対応を行っています。

  • PeerConnectionFactory のコンストラクタに env の引数を追加
  • ScopedJavaLocalRef<jobject>(env, obj) から ScopedJavaLocalRef<jobject>::Adopt(env, obj) を使うように変更

@miosakuma
Copy link
Contributor Author

!sonnet レビューをお願い

@github-actions

This comment was marked as resolved.

@miosakuma
Copy link
Contributor Author

!sonnet リリースするまで libwebrtc への追従は一つの変更履歴項目とするので変更する予定はありません。

@github-actions
Copy link

github-actions bot commented Nov 4, 2025

Claude finished @miosakuma's task —— View job


了解しました

リリースまでは libwebrtc への追従を一つの変更履歴項目としてまとめる方針とのこと、承知しました。

CHANGES.md の記載方法についての指摘は取り下げます。リリース時の運用方針に従った記載であることを確認しました。


@miosakuma miosakuma requested review from Copilot, melpon and torikizi and removed request for Copilot November 4, 2025 10:31
Comment on lines 63 to 65
webrtc::ScopedJavaLocalRef<jclass> camcls =
webrtc::ScopedJavaLocalRef<jclass>::Adopt(
env, env->GetObjectClass(camera2enumerator.obj()));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

webrtc::ScopedJavaLocalRef<jclass> が何度も発生してて冗長なので Adopt() 使ってる場所の変数の宣言は全部 auto にして下さい。

    auto camcls =
        webrtc::ScopedJavaLocalRef<jclass>::Adopt(
            env, env->GetObjectClass(camera2enumerator.obj()));

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ffd6a7d で対応しました

Copy link
Contributor

@torikizi torikizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修正ありがとうございます。

Copy link
Contributor

@melpon melpon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

よさそう

@miosakuma
Copy link
Contributor Author

確認ありがとうございました、マージします

@miosakuma miosakuma merged commit e4ba21a into develop Nov 6, 2025
18 checks passed
@miosakuma miosakuma deleted the feature/update-webrtc-m142.7444.2.0 branch November 6, 2025 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants