i am trying to create a video calling app using react-native-webrtc , i am tring to store the local stream in firebase firestore and then get that stream from there show it but when i get the stream from the database i have no idea what should be done with it to make it work here is what i get from my db
id: "494fd1cb-ebf0-43d4-89d2-126961e0c50e"active: true_reactTag: "a9caac52-3095-4b10-b519-ca2e1238e9dc"_tracks: Array(1)0: {muted: false, _enabled: true, remote: true, label: "Video", id: "182e3c8e-b141-493b-bbd9-81b0582a221d", …}
after retrieving this i don't now what i should do with it.Your Help would be Appreciated. Thank you