Skip to content

Commit

Permalink
Update include/rtc/description.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Paul-Louis Ageneau <[email protected]>
  • Loading branch information
Sean-Der and paullouisageneau authored Jan 8, 2024
1 parent 1bb4676 commit 6a2e87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rtc/description.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const string DEFAULT_H264_VIDEO_PROFILE =
"profile-level-id=42e01f;packetization-mode=1;level-asymmetry-allowed=1";

struct CertificateFingerprint {
enum Algorithm { Sha1, Sha224, Sha256, Sha384, Sha512 };
enum class Algorithm { Sha1, Sha224, Sha256, Sha384, Sha512 };
static string AlgorithmIdentifier(Algorithm algorithm);
static size_t AlgorithmSize(Algorithm algorithm);

Expand Down

0 comments on commit 6a2e87c

Please sign in to comment.