react-sip icon indicating copy to clipboard operation
react-sip copied to clipboard

React wrapper for jssip

Results 17 react-sip issues
Sort by recently updated
recently updated
newest added

Hi Sir, Can you share component components/App? Thanks

I'm curious if this react component has been tested with iOS Safari on mobile devices? It seems that JSSip should support it now, but not sure if there are specific...

Just wanted to note that there is a new (16.3) React context API that changes how contexts work. I'd like to improve readme by adding information about how to use...

import { callType, sipType } from 'react-sip' the above line gives an error in typescript. (Module '"react-sip"' has no exported member 'sipType') need help to fix this. A typescript implemented...

chrome:版本 91.0.4472.106(正式版本) (x86_64) jssip:3.2.15 react-sip:0.8.1 log:JsSIP:Transport received text message:SIP/2.0 502 Bad Gateway Via: SIP/2.0/WSS ********;branch=z9hG4bK1634308;received=218.75.109.234;rport=53281 Max-Forwards: 69 From: sip:****@*********:****;tag=eo4gnp6bnl To: sip:*************@*********:****;tag=y9gry2m24Dg2K Call-ID: 63780cf794msp4fsg7cc CSeq: 3118 INVITE User-Agent: FreeSWITCH-mod_sofia/1.4.13~64bit Allow: INVITE,...

Please, make a example how to answer the call this

Sometimes `host` is not the same as `domain` on URIs, there are a way to **override** host value on URIs? ![image](https://user-images.githubusercontent.com/1530604/115266359-70582f00-a138-11eb-8e4d-0bf4ce511f18.png)

Is there an example code snippet that shows how to use this Provider? I am new to React and it would really help.

Hello :) Sorry for a possibly silly question but i am unable to use the contexts when i try to access {sip.status} I get Line 53: 'sip' is not defined...

I've added functions to put the active call on hold, as well as added a property for checking if the call is on hold. I'm basically just exposing JsSip functions...