Questions tagged [signalwire-api]

SignalWire provides APIs for services like Video, Chat, Voice, and SMS. Any issues or problem faced related to those APIs should use this tag.

3 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
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…