You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Must validate all ORTC objects before using them. We may have separate validators that check mandatory fields, add default values and fill optional arrays with empty arrays, etc.
Update code to be in sync with mediasoup-client (this task involves most of the other open issues in GitHub).
Make scripts/format.sh work. I've changed the bash for which didn't work but not sure whether clang-format is really working as expected.
DONE: It's been replaced with a gulpfile.js that has "lint" and "format" tasks as in mediasoup.
Really do clang-tidy.
I'm changing readability-identifier-naming.GlobalFunctionCase to camelBack (instead of CamelCase) since that's how all the code is written, even public API.
Need a way to make clang-tidy ignore code in deps. We should build deps first, then run tidy.sh.
Working on
v3branch.Tasks:
scripts/format.shwork. I've changed the bashforwhich didn't work but not sure whetherclang-formatis really working as expected.gulpfile.jsthat has "lint" and "format" tasks as in mediasoup.clang-tidy.readability-identifier-naming.GlobalFunctionCasetocamelBack(instead ofCamelCase) since that's how all the code is written, even public API.clang-tidyignore code indeps. We should build deps first, then runtidy.sh.MediaSections(delete mediaSection). See when I closed the Producer, I found that the memory was not freed #69.HandlerInterfaceas in mediasoup-client.producer.replaceTrack(null)(commit in mediasoup-client).transport.produce()(commit in mediasoup-client).