michaelh
SMSoftware Mansion
•Created by michaelh on 2/4/2024 in #membrane-help
Error when compiling free4chat
That was it! It compiled. Thanks
12 replies
SMSoftware Mansion
•Created by michaelh on 2/4/2024 in #membrane-help
Error when compiling free4chat
I almost got this to compile with these dependencies but because I need
SimulcastConfig%{}
from a newer library, compilation fails
but I get this error:
Strangely, this is in a much newer library:
https://hexdocs.pm/membrane_rtc_engine_webrtc/0.1.0/Membrane.RTC.Engine.Endpoint.WebRTC.SimulcastConfig.html12 replies
SMSoftware Mansion
•Created by michaelh on 2/4/2024 in #membrane-help
Error when compiling free4chat
Ok I’ll give it one more try
12 replies
SMSoftware Mansion
•Created by michaelh on 2/4/2024 in #membrane-help
Error when compiling free4chat
UPDATE: after trying to rollback both dependencies, I keep running into conflicts. Looks like I'll have to learn more about membrane in general
12 replies
SMSoftware Mansion
•Created by michaelh on 2/4/2024 in #membrane-help
Error when compiling free4chat
@sgfn hey thanks, that actually helped a lot and I'm at the point where I'm just hitting runtime errors due to library deprecation.
so for rtc engine
0.6.0
it looks like there is no longer a Membrane.RTC.Engine.Message.MediaEvent
because I got this error:
so I know my choice is either to rollback or fix the error. What would you recommend? Would it be as simple as trying to find the changelog for the rtc engine in the attempt to upgrade the codebase or maybe just rollback?12 replies