In addition to a channel, I need to send a conversation ID as a parameter to my server. Is that something I can accomplish with this library?
When my web client connects, the parameters it sends are as follows:
{"channel"=>"ConversationChannel", "conversation_id"=>"3967a95a-cbd2-467f-8443-4571c4ca8627"}
Thanks
In addition to a channel, I need to send a conversation ID as a parameter to my server. Is that something I can accomplish with this library?
When my web client connects, the parameters it sends are as follows:
{"channel"=>"ConversationChannel", "conversation_id"=>"3967a95a-cbd2-467f-8443-4571c4ca8627"}Thanks