thanks to the samples of webrtc, i have learned a lot from that website
in my app i want add three or more tracks in one rtc connection, but i can't find a way to identify those tracks on the track receive side
i dont want use any extra method to transfer something like a map of trancks identify sign by datachannel of current rtc connection
i can't force set stream's id or track's id, the id set by the method will be reset automantically at track received side
i also tried transceiver, which cannot append any identify info to the track
also asked ai a lot😅, but still con't find a applicable way to add mutiple tracks
so is there any "offical" proper way to add multiple tracks in one rtc connection and identify them at the receive side?
any help is grateful