Jump to content

WebSocket API "Data" value


Recommended Posts

rechigo
Posted

I am trying to use the WS API to get back session start/stops

 

In order to receive the session events, I must "subscribe" to them by sending the following: { MessageType: "SessionsStart", "Data": "0,1500,300" }

 

I don't understand what each of the values in "Data" signify, can someone clarify the meaning of those

rechigo
Posted (edited)

[removed]

Edited by rechigo
Posted

The data is specific to each command, so you will just have to know what to expect within it. Our api wiki goes over some of them:

 

https://github.com/MediaBrowser/Emby/wiki/Web-Socket

 

I'm sure it needs some updates, but most of the important ones haven't changed.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...