skymaze / pymediasoup

mediasoup python client
MIT License
26 stars 14 forks source link

fix: :bug: Fix bug regarding the activation of the iceServer #17

Closed gabrielmatau79 closed 1 month ago

gabrielmatau79 commented 2 months ago

The activation of the iceServer in the transports was being affected by an incorrect type definition in the handler_interface. Additionally, the iceServer was not being passed as a configuration parameter when instantiating the RTCPeerConnection to be used in the creation of the RTCIceGatherer.

Regards..!

genaris commented 2 months ago

I think we are missing to update this also in models/handler_interface.py (line 29)