webrtc: rewrite WHIP client (#4299)
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_highlevel (push) Has been cancelled

This commit is contained in:
Alessandro Ros 2025-03-01 17:01:57 +01:00 committed by GitHub
parent aa101c680c
commit c692f3b78c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 85 additions and 140 deletions

View file

@ -54,7 +54,7 @@ func (s *Source) Run(params defs.StaticSourceRunParams) error {
Log: s,
}
_, err = client.Read(params.Context)
err = client.Initialize(params.Context)
if err != nil {
return err
}