LiveURLResponse
The response from the Live-URL query
type LiveURLResponse {
liveURLId: String
liveURL: String
}
Fields
LiveURLResponse.liveURLId
● String
scalar
A unique ID representing the session. Useful for storing and associations in other APIs
LiveURLResponse.liveURL
● String
scalar
The fully-qualified URL to share with the end-user to allow them to live-stream the browser
Returned By
liveURL
mutation