MrHertal / react-native-twilio-phone

Twilio Voice React Native module.
MIT License
153 stars 66 forks source link

How to send my own UUID? #112

Open raghsahu opened 1 year ago

raghsahu commented 1 year ago

Why you are using random number for uuid. If I have my own UUID, then no option avail in initialize for pass uuid.

developersofmen commented 1 year ago

did you get any success?

raghsahu commented 1 year ago

Yes, I have used custom class for RNTwillioCall & pass own UUID.

RNTwilioPhoneCall.initialize( callKeepOptions, token, options, userUUID ); }