취약한 WebRTC 버전 문제로 마켓 배포 안됨 (Vulnerable WebRTC versions)

[Problem/Question]
// Detailed description of issue.
앱을 마켓에 배포 하면 아래의 오류로 인해 승인이 안되고 있습니다.
(When the app is distributed to the market, it is not approved due to the error below.)

  • 취약한 WebRTC 버전
    (Vulnerable WebRTC versions)
  • 앱에서 보안 취약점이 있는 잘못된 버전의 WebRTC를 사용합니다.
    ( Your app uses a bad version of WebRTC, which contains security vulnerabilities.
    How to fix apps with bad WebRTC versions - Google Help

// If problem, please fill out the below. If question, please delete.
[SDK Version]
// What version of the SDK are you using?
[android] com.sendbird.sdk:sendbird-calls:1.9.3

[Reproduction Steps]
// Please provide reproduction steps and, if possible, code snippets.
[build.gradle]

  • compileSdkVersion 33
  • buildToolsVersion ‘33.0.0’
  • minSdk 23
  • targetSdk 33

[Frequency]
// How frequently is this issue occurring?

[Current impact]
// How is this currently impacting your implementation?
앱을 마켓에 배포를 업데이트를 못하고 있습니다.
(Failing to update the app to google play.)

** 제발 신속하게 처리 해주세요.
(Please solve the problem quickly.)

resolved version : com.sendbird.sdk:sendbird-calls:1.10.0