My Twilio React-Video Application works fine for both Local and Remote Participants over Web(and Mobile Browser)
When I try to connect to the same "Room" and all the necessary details from Twilio Android-SDK-Flutter plugin,I get this Error
track.attach() is not a function
componentDidMount() {
const { track } = this.props;
track.attach(this.media.current);
}
// Error : track.attach() is not a function
I am able to console.log( )
the Remote Participant who joins the room but I am unable to view the Remote Participant.
In Mobile Application,it is working fine and "both" the participants are visible.