Skip to main content

Hello everyone, I am currently developing a ringcentral widget using webphone.user agent, when I get a call, I can see the session status information with webPhone.userAgent.on("invite").


when I start the call I can see the status of the session with webPhone.userAgent.invite.


The problem is that if I start the call and the sender answers me, I can't get the session status, what WebPhone.user agent method should I use for that case, since I need that session status to do something in my widget

Reply