You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the docs, it seems plivo takes in an answer_url to create a call and for creating a stream I need call_uuid. But since I'm already creating a call, I'm not getting any call_uuid. Below is what I've tried as of now:
Hi,
I'm looking for an example to:
From the docs, it seems plivo takes in an
answer_url
to create a call and for creating a stream I needcall_uuid
. But since I'm already creating a call, I'm not getting anycall_uuid
. Below is what I've tried as of now:I have a server running and listening to
/ws/
websocket endpoint.The initial call get created with the response:
And I get
Exception occurred in plivo_callback: Stream consumed
as the exception and the call gets disconnected shortly.The text was updated successfully, but these errors were encountered: