Huddly / sdk

Huddly's Software Development Kit (SDK) used to interact with the camera by third-party applications
MIT License
14 stars 8 forks source link

chore: update @huddly/camera-switch-proto@0.0.4 #491

Closed brikendr closed 3 years ago

brikendr commented 3 years ago

This version removes the "mac" field of the proto definition which is not required anymore by the windows service

brikendr commented 3 years ago

LGTM. I don't really know much about any gotchas when removing things from proto messages though.

@eskilgh we have made sure to leave a comment on the protofile about the removed filed so that in the future we dont use the same index for new fields. ATM, the sdk is the only consumer of that api so we should be good.