Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web-Inputs implementation #62

Closed
DevAppStudio33 opened this issue Mar 3, 2023 · 1 comment
Closed

Web-Inputs implementation #62

DevAppStudio33 opened this issue Mar 3, 2023 · 1 comment

Comments

@DevAppStudio33
Copy link

When should we see and update to use web-inputs

     url = URI("https://api.mux.com/video/v1/web-inputs")

      https = Net::HTTP.new(url.host, url.port)
      https.use_ssl = true
      
      request = Net::HTTP::Post.new(url)
      request["Content-Type"] = "application/json"
      request["User-Agent"] = "\"Mux Ruby | 3.9.0\""
      request["Authorization"] = "Basic {key}"
      request.body = JSON.dump({
        "live_stream_id": "OoOLLGPGGMk",
        "url": "https://www.aol.com"
      })
      
     response = https.request(request)
@philcluff
Copy link
Contributor

Hi @DevAppStudio33, right now Web Inputs is in a closed beta, and as such doesn't appear in our SDKs - as Web Inputs progresses through our product release process, we'll start to add it to the SDKs.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants