MrHertal / react-native-twilio-phone

Twilio Voice React Native module.
MIT License
154 stars 67 forks source link

Function to return UUID #54

Closed tristonchai closed 3 years ago

tristonchai commented 3 years ago

Hi, How can i get the UUID from startcall function? I need it to implement on rejectcall(), setmutecall() and etc

Thanks

MrHertal commented 3 years ago

Hi, you should see it in RNTwilioPhone.calls when CallConnected event is triggered.

tristonchai commented 3 years ago

Found it, thanks