1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

For #1638, #307, add comments for api and enum

This commit is contained in:
winlin 2020-03-16 22:01:09 +08:00
parent 2f0b150588
commit c2a667cc35
4 changed files with 3 additions and 1 deletions

View file

@ -110,6 +110,7 @@ private:
enum SrsRtcSessionStateType
{
// TODO: FIXME: Should prefixed by enum name.
INIT = -1,
WAITING_STUN = 1,
DOING_DTLS_HANDSHAKE = 2,