Breadcrumbs

SocketIoConfig

Summary

The Socket Io Config contains all the possible parameters of an Socket IO request. 

image2023-3-9_11-19-47-.png


Properties

 Permanent
  • Hostname: the hostname of the socket-io server to connect to

  • Path: a path to be added to the hostname, if any are needed

  • jwtToken: a jwt token to authenticate the socket connection

  • updateTopic: the topic on which to receive server updates

  • subscribeTopic: the topic on which to send subscription payloads that will then determine what we receive through the update topic

  • subscriptionPayload: a JSON object to send to the subscribe topic