if i don’t want to join from the web but start a call to talk to another user on the app, does the other user get some sort of notification otp join the call?
@streamdevelopers11 ай бұрын
Hi there! All calls on Stream can be set to notify the other user or participants if the "ringing" property is set to true. For React Native specifically, we have a section of the docs dedicated to ringing calls which also covers this scenario getstream.io/video/docs/reactnative/advanced/push-notifications/overview/
@suniltripathi48749 ай бұрын
Hey please can you tell me how to connect individual user ? I have some doubt please can you explain Where we can find callid, userid. As per my understanding userid should be user login id of the app and what about callid?
@streamdevelopers8 ай бұрын
Hey, in this demo, we are using hard-coded user credential. To connect a user, check the Client & Auth section in our docs: getstream.io/video/docs/reactnative/core/client-auth/
@veereshcharantimath476910 ай бұрын
need tutorial on the same for Expo project
@streamdevelopers10 ай бұрын
Yes, we will add expo version later.
@idontreveal82979 ай бұрын
Can I access the duration of the call from any property after the call has been ended?
@streamdevelopers8 ай бұрын
Hi, Only if certain criteria is met, such as when you actively set certain dates (such as callStarts and callEnds) it can be requested through the API: getstream.io/video/docs/reactnative/core/call-and-participant-state/
@veereshcharantimath476910 ай бұрын
will using this react native sdk also work if I run the app on the web? or i need something else? react sdk
@streamdevelopers9 ай бұрын
We have a React SDK as well. And also a lower level JS SDK.
@M0nst3rGamingyt8 ай бұрын
@@streamdevelopers Hi, will this work on expo project as well?
@streamdevelopers8 ай бұрын
@@M0nst3rGamingyt Hi, yes. You can initiate your project with Expo. However, you need to setup an Expo development build. Check out the Expo section in our docs: getstream.io/video/docs/reactnative/setup/installation/expo/