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
sourceType: You can infer the working method from the streamingMethod (VideoStandard 1.0, 0.9 or stanag 4609), but I understood from din that you use it to know whether you receive video or metadata... wouldn't it be better to call it channelType then? Anyway, please make it enum (if it is really chosen from a set of fixed options).
If you need motivation why: I tried to create one today and I didn't know what string to put in.
You can also add validations on the IP and PORT section - they're bug-proned attributes... If I remember right you validated them in your code, but it's more proper to do it before the insertion to DB, just use the custom validations that Mongoose offer...
The text was updated successfully, but these errors were encountered:
If you need motivation why: I tried to create one today and I didn't know what string to put in.
The text was updated successfully, but these errors were encountered: