react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
How to set trackName?
Steps to reproduce
this.refs.twilioVideo.connect({ roomName: this.state.roomName, accessToken: this.state.token, trackName: student-${Date.now()} })
- Pass trackName prop to connect function
- Start a video call
- trackName is not set when getting recording details using twilio's api
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
- Node.js version: v12.16.3
- React Native version: v0.61.5
- React Native platform + platform version: iOS 13 + Physical device (iPhone X, 7 Plus)
react-native-twilio-video-webrtc
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?