davidstump / SwiftPhoenixClient

Connect your Phoenix and iOS applications through WebSockets!
MIT License
507 stars 147 forks source link

How to save the response from the events in JSON? #189

Closed srikanth-chetu closed 3 years ago

srikanth-chetu commented 3 years ago

Hi Team,

1) When i am trying to save the presence list in one variable it saving as raw data and it is not coming in JSON format. How can save the data in JSON format?.

2) How can I initiate the "call" event, while initiating, I am getting phx_error response from socket.

Could you please any sample application related to the Call feature. Thanks in advance

dsrees commented 3 years ago

@srikanth-chetu could you please provide a short code sample of what you have implemented? That would help provide some context. thanks