Hi awesome community , I have an issue with pipe transport and its that I have an voice call app and I want to use pipeTransport for creating a voice call between two peers in different hosts
I could connect consumer and producer which are related to each peer and all events triggered correctly step by step
finally I could connect two pipeTransports in different hosts but then I can’t hear any voicewhile all states and logs are correct
all recvTransports, sendTransports and pipeTransports trigger connect state
also newProducer and newConsumer events triggers correctly
both recvTransports triggered completed state
Quick question, does sending audio and video at the same time cause this issue, what happens if you sent audio or video only? If the pipetransport is pre-connected does this issue occur?
I tested both situation
in phase 1 i tested with pre connected pipeTransport and I got this problem
and in phase 2 I tested without connected pipeTransport
@BronzedBroth thanks
I enable all listeners in consumer and producer the only things that logged are
Pipe transport connected in both server (using srtp state)
New consumer in both server
New producer in both server