Open siyavash4812 opened 4 years ago
this.refs.twilioVideo.connect({ roomName: this.state.roomName, accessToken: this.state.token, trackName:student-${Date.now()}})
this.refs.twilioVideo.connect({ roomName: this.state.roomName, accessToken: this.state.token, trackName:
})
Tell us what should happen
Track name should be set
Tell us what happens instead
Track name is set to default 'camera'
Version: npm version or "master"
Hi, I don't think the trackName feature has been implemented anywhere but if you'd like to add it to the bridge a PR would be welcome!
Is there any update on this?
Steps to reproduce
this.refs.twilioVideo.connect({ roomName: this.state.roomName, accessToken: this.state.token, trackName:
student-${Date.now()}})
Expected behaviour
Tell us what should happen
Track name should be set
Actual behaviour
Tell us what happens instead
Track name is set to default 'camera'
Environment
react-native-twilio-video-webrtc
Version: npm version or "master"