Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.15 KB

RelaySessionBaseResponse.md

File metadata and controls

18 lines (14 loc) · 1.15 KB

RelaySessionBaseResponse

Properties

Name Type Description Notes
SessionId string The session ID [default to null]
AuthorizationToken int32 The authorization token for the session [optional] [default to null]
Status string The status of the session [default to null]
Ready bool If the session is ready to be used [default to null]
Linked bool If the session is linked to a relay [default to null]
Error_ string The error message if the session failed [optional] [default to null]
SessionUsers []RelaySessionUserResponse List Session Users [optional] [default to null]
Relay *RelaySessionBaseResponseRelay [optional] [default to null]
WebhookUrl string The webhook URL that we will call once the session is ready [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]