Multiple video tracks

I have a default stream for audio + video, and I was using streamless tracks and it was like butter, but I’m trying to implement screen sharing without replacing the video track with the share track

I started to send the stream with the track to differentiate the track that was received from the normal stream and the share stream, well still this behavior doesn’t tell me if the received track is from the share source or not, It tells me only that the received track is from a different stream which is not enough.

Is there any way I can send a label or any metadata while adding the track to the pc, something similar to sending an appData while producing in media-soup?

@saghul If you can help it would be great

One way would be to read the stream or track ID and send it using whatever signalling to the recipient, indicating the track type.

sounds good, thanks @saghul