[WebRTC] Change native so version (#6177)
authorHaesu Gwon <haesu.gwon@samsung.com>
Mon, 24 Jun 2024 09:10:07 +0000 (18:10 +0900)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2024 09:10:07 +0000 (18:10 +0900)
src/Tizen.Multimedia.Remoting/Interop/Interop.Libraries.cs

index 1493ac7c1905346e7b3460e1fc97d8f79dd5deb2..a55d913871cd3837fb0f338318b07d8e0e2448df 100755 (executable)
@@ -20,6 +20,6 @@ internal static partial class Interop
     {
         public const string ScreenMirroring = "libcapi-media-screen-mirroring.so.0";
         public const string MediaController = "libcapi-media-controller.so.0";
-        public const string WebRTC = "libcapi-media-webrtc.so.0";
+        public const string WebRTC = "libcapi-media-webrtc.so.1";
     }
 }