millicast / millicast-player-unreal-engine-plugin

Millicast Player plugin for Unreal Engine
Other
19 stars 15 forks source link

Can't compile both Millicast player and publisher #41

Closed MaximeM closed 1 year ago

MaximeM commented 1 year ago

We have module declaration colliding when packagin both :

FAudioDeviceModule FWebRTCPeerConnection

Any way to fix this ?

Thank you!

dbaldassi commented 1 year ago

I will add namespaces to both plugin, that should solve it

MaximeM commented 1 year ago

That would be awesome thanks

dbaldassi commented 1 year ago

I have added namespace for both plugins. Millicast::Publisher:: for the publisher and Millicast::Player:: for the player. It is in the dev branch for the player and in the UE5.1 branch for the publisher.

MaximeM commented 1 year ago

It works thanks !