I'm developing audio calling using webRTC and Janus.
below are my steps
peerconnection make offer
set local description of peerconnection
- send message to socket
- add local candidates to peerconnection
- received message from socket
- peerconnection set remote sdp
- received remote media stream
But after receiving the stream also, it is not audible. If code is required, i can put the snippets on ask. Please help.