Questions tagged [signalwire]

SignalWire provides APIs and tools to add video, voice, and messaging functionality into any application in any programming language.

6 questions
1
vote
0 answers

Preview doc files in a video conference using the SignalWire API

I am trying to show documents in a video conference that I've implemented using SignalWire. I want to show text and preview of the document to the all participants in a conference just like a presentation. Is there any function to do that in…
full stack
  • 11
  • 1
1
vote
1 answer

How to change the height of video stream in SignalWire video api

Hi all I am using Signalwire's video calling functionality to make a video calling app. I am facing one issue here, as most of the times, we use video calling through phones or small screen sizes the height of the video is very small there. Is there…
Amara
  • 341
  • 4
  • 19
0
votes
1 answer

ERROR : "No Route, Aborting" when handling incoming call

I am trying my custom configuration to handle freeswitch call using Elastic SIP Trunking. I am not using mod_Signalwire. I want to handle route custom with multi-tenant system. Below is my configuration: Profile:
jack
  • 589
  • 8
  • 22
0
votes
1 answer

getting error "Call to a member function send() on null" while sending sms through Signalwire api using laravel

Using relay client api to send sms from Signalwire it gives an error message "Call to a member function send() on null" in file vendor\signalwire\signalwire\src\Relay\Connection.php $this->_ws->send($msg->toJson()); I am using these code below use…
0
votes
1 answer

The protocol is not available, Signalwire Relay Client Subscription

I am trying to subscribe to Signalwire phone numbers using Relay SDK with following code: this.client1 = new Relay({ project: 'myprojectid', token: jwtToken, }) this.client1.subscribe({ protocol: "WSS", …
Saira Nawaz
  • 710
  • 2
  • 10
  • 24
0
votes
1 answer

Reactnative Signalwire application unable to establish Ice server peer connection

I am trying to implement Signalwire calling in a react-native app. I am facing issue in connecting ice servers. Sometimes it connects and calling between two persons get successful. But most of the time it throws error "Cannot set properties of…
Saira Nawaz
  • 710
  • 2
  • 10
  • 24