[UTC][webrtc][ACR-1859] Update enum range 28/316428/2
authorYoungwoo Cho <young222.cho@samsung.com>
Wed, 21 Aug 2024 07:51:45 +0000 (16:51 +0900)
committerYoungwoo Cho <young222.cho@samsung.com>
Tue, 27 Aug 2024 04:35:03 +0000 (13:35 +0900)
Change-Id: Ia1948350fd4183bece47b6a455e5faa8cf19d6fa
Signed-off-by: Youngwoo Cho <young222.cho@samsung.com>
src/utc/webrtc/utc-media-webrtc.c

index 62b44c45a7ab2a6faa43395fa45571b54a6ab1db..1d87cbc3e9dfbc790eddab7968c9278472e56f4b 100644 (file)
@@ -2647,7 +2647,7 @@ int utc_media_webrtc_set_bundle_policy_p(void)
  */
 int utc_media_webrtc_set_bundle_policy_n(void)
 {
-       int ret = webrtc_set_bundle_policy(g_webrtc, WEBRTC_BUNDLE_POLICY_MAX_BUNDLE + 1);
+       int ret = webrtc_set_bundle_policy(g_webrtc, WEBRTC_BUNDLE_POLICY_MAX_COMPAT + 1);
        assert_eq(ret, WEBRTC_ERROR_INVALID_PARAMETER);
 
        return 0;