Closed hahtml closed 6 months ago
Hi, thank you for reporting this.
We generally avoid implementing changes to react-native-webrtc
unless they are strictly necessary.
Since this issue has been inactive for so long and we currently have no immediate plans to address it within react-native-webrtc
, we will be closing it.
duplicate symbol '_OBJCCLASS$_Message' in: //mobile.build/Objects-normal/arm64/Message.o //react-native-webrtc/libreact-native-webrtc.a(ScreenCapturer.o)
Our project has many native code snippets and exists a class named after
Message
. There is also a class with the same name inScreenCapturer
file of customed react-native-webrtc. Considering the potential common usage ofMessage
in some hybrid projects, it is better to add a prefix to Daily'sMessage
class to prevent name conflict.