jvdrhoof / WebRTCSFU

0 stars 0 forks source link

Peer and SFU should print some form of version info on startup. #3

Open jackjansen opened 2 months ago

jackjansen commented 2 months ago

It doesn't have to be a real version, just build date/time is good enough for now.

But let's wait until #2 has been done, the GitHub actions can probably easily create a version string and pass it with a-DWEBRTC_VERSION=xxxx` option or the go equivalent.