@jellyfin/sdk
Preparing search index...
generated-client
SessionApiAxiosParamCreator
Function SessionApiAxiosParamCreator
SessionApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
addUserToSession
:
(
sessionId
:
string
,
userId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
displayContent
:
(
sessionId
:
string
,
itemType
:
BaseItemKind
,
itemId
:
string
,
itemName
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getAuthProviders
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getPasswordResetProviders
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getSessions
:
(
controllableByUserId
?:
string
,
deviceId
?:
string
,
activeWithinSeconds
?:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
play
:
(
sessionId
:
string
,
playCommand
:
PlayCommand
,
itemIds
:
string
[]
,
startPositionTicks
?:
number
,
mediaSourceId
?:
string
,
audioStreamIndex
?:
number
,
subtitleStreamIndex
?:
number
,
startIndex
?:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
postCapabilities
:
(
id
?:
string
,
playableMediaTypes
?:
MediaType
[]
,
supportedCommands
?:
GeneralCommandType
[]
,
supportsMediaControl
?:
boolean
,
supportsPersistentIdentifier
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
postFullCapabilities
:
(
clientCapabilitiesDto
:
ClientCapabilitiesDto
,
id
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
removeUserFromSession
:
(
sessionId
:
string
,
userId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
reportSessionEnded
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
reportViewing
:
(
itemId
:
string
,
sessionId
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
sendFullGeneralCommand
:
(
sessionId
:
string
,
generalCommand
:
GeneralCommand
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
sendGeneralCommand
:
(
sessionId
:
string
,
command
:
GeneralCommandType
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
sendMessageCommand
:
(
sessionId
:
string
,
messageCommand
:
MessageCommand
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
sendPlaystateCommand
:
(
sessionId
:
string
,
command
:
PlaystateCommand
,
seekPositionTicks
?:
number
,
controllingUserId
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
sendSystemCommand
:
(
sessionId
:
string
,
command
:
GeneralCommandType
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
SessionApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
addUserToSession
:
(
sessionId
:
string
,
userId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
displayContent
:
(
sessionId
:
string
,
itemType
:
BaseItemKind
,
itemId
:
string
,
itemName
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getAuthProviders
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getPasswordResetProviders
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getSessions
:
(
controllableByUserId
?:
string
,
deviceId
?:
string
,
activeWithinSeconds
?:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
play
:
(
sessionId
:
string
,
playCommand
:
PlayCommand
,
itemIds
:
string
[]
,
startPositionTicks
?:
number
,
mediaSourceId
?:
string
,
audioStreamIndex
?:
number
,
subtitleStreamIndex
?:
number
,
startIndex
?:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
postCapabilities
:
(
id
?:
string
,
playableMediaTypes
?:
MediaType
[]
,
supportedCommands
?:
GeneralCommandType
[]
,
supportsMediaControl
?:
boolean
,
supportsPersistentIdentifier
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
postFullCapabilities
:
(
clientCapabilitiesDto
:
ClientCapabilitiesDto
,
id
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
removeUserFromSession
:
(
sessionId
:
string
,
userId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
reportSessionEnded
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
reportViewing
:
(
itemId
:
string
,
sessionId
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
sendFullGeneralCommand
:
(
sessionId
:
string
,
generalCommand
:
GeneralCommand
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
sendGeneralCommand
:
(
sessionId
:
string
,
command
:
GeneralCommandType
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
sendMessageCommand
:
(
sessionId
:
string
,
messageCommand
:
MessageCommand
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
sendPlaystateCommand
:
(
sessionId
:
string
,
command
:
PlaystateCommand
,
seekPositionTicks
?:
number
,
controllingUserId
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
sendSystemCommand
:
(
sessionId
:
string
,
command
:
GeneralCommandType
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
addUserToSession
:
(
sessionId
:
string
,
userId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
displayContent
:
(
sessionId
:
string
,
itemType
:
BaseItemKind
,
itemId
:
string
,
itemName
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
getAuthProviders
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getPasswordResetProviders
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getSessions
:
(
controllableByUserId
?:
string
,
deviceId
?:
string
,
activeWithinSeconds
?:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
play
:
(
sessionId
:
string
,
playCommand
:
PlayCommand
,
itemIds
:
string
[]
,
startPositionTicks
?:
number
,
mediaSourceId
?:
string
,
audioStreamIndex
?:
number
,
subtitleStreamIndex
?:
number
,
startIndex
?:
number
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
postCapabilities
:
(
id
?:
string
,
playableMediaTypes
?:
MediaType
[]
,
supportedCommands
?:
GeneralCommandType
[]
,
supportsMediaControl
?:
boolean
,
supportsPersistentIdentifier
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
postFullCapabilities
:
(
clientCapabilitiesDto
:
ClientCapabilitiesDto
,
id
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
removeUserFromSession
:
(
sessionId
:
string
,
userId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
reportSessionEnded
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
reportViewing
:
(
itemId
:
string
,
sessionId
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
sendFullGeneralCommand
:
(
sessionId
:
string
,
generalCommand
:
GeneralCommand
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
sendGeneralCommand
:
(
sessionId
:
string
,
command
:
GeneralCommandType
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
sendMessageCommand
:
(
sessionId
:
string
,
messageCommand
:
MessageCommand
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
sendPlaystateCommand
:
(
sessionId
:
string
,
command
:
PlaystateCommand
,
seekPositionTicks
?:
number
,
controllingUserId
?:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
sendSystemCommand
:
(
sessionId
:
string
,
command
:
GeneralCommandType
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
SessionApi - axios parameter creator