I started WebRTCPeerConnection.addTrack()
after the peer connection was established.
However, when implemented like this, the ontrack event did not occur.
Does the media track have to be added before the peer connection starts?
Is there any way to add media tracks in webrtc after peer connection is established?